SPMobilePostsDispFormNavigation.Text Property
Gets or sets the title of the item to be displayed.
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 SPMobilePostsDispFormNavigation
Dim value As String
value = instance.Text
instance.Text = value
public override string Text { get; set; }
Property Value
Type: System.String
The name of the navigation link.
See Also
Reference
SPMobilePostsDispFormNavigation Class