SPMobileCommentsListViewNavigation.Text Property
Gets or sets the text for the control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property Text As String
Get
Set
'Usage
Dim instance As SPMobileCommentsListViewNavigation
Dim value As String
value = instance.Text
instance.Text = value
public override string Text { get; set; }
Property Value
Type: System.String
A String representing the label on the control.
Remarks
In SharePoint Foundation, the default value includes the total number of comments in parentheses.
See Also
Reference
SPMobileCommentsListViewNavigation Class