SPMobilePaginateNavigation.FirstPageText Property
Gets or sets the text on the link to the first page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FirstPageText As String
Get
Set
'Usage
Dim instance As SPMobilePaginateNavigation
Dim value As String
value = instance.FirstPageText
instance.FirstPageText = value
public string FirstPageText { get; set; }
Property Value
Type: System.String
A String that represents the text that appears on the control that opens the first page.
See Also
Reference
SPMobilePaginateNavigation Class