SPMobileNavigation.Text Property
Gets or sets the text for the navigation control, either the label on a button or the text of a link.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property Text As String
Get
Set
'Usage
Dim instance As SPMobileNavigation
Dim value As String
value = instance.Text
instance.Text = value
public virtual string Text { get; set; }
Property Value
Type: System.String
A String object that represents the label of a button or the text of a link.