SPMobileSwitchPageViewNavigation.Text Property
Gets the text that is displayed on the switch view navigation.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Text As String
Get
'Usage
Dim instance As SPMobileSwitchPageViewNavigation
Dim value As String
value = instance.Text
public override string Text { get; }
Property Value
Type: System.String
The String object that represents the text displayed on the switch view navigation.
See Also
Reference
SPMobileSwitchPageViewNavigation Class