SPMobileEventsNewFormNavigation.Text Property
Gets the navigation link name.
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 SPMobileEventsNewFormNavigation
Dim value As String
value = instance.Text
public override string Text { get; }
Property Value
Type: System.String
The String object that represents the navigation link name.
Remarks
This override provides the navigation link name depending on whether the current calendar type is shared or not and whether the current list is Events or not.
See Also
Reference
SPMobileEventsNewFormNavigation Class