Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text on the link to the last page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LastPageText As String
Get
Set
'Usage
Dim instance As SPMobilePaginateNavigation
Dim value As String
value = instance.LastPageText
instance.LastPageText = value
public string LastPageText { get; set; }
Property Value
Type: System.String
A String that represents the text that appears on the control that opens the last page.
See Also
Reference
SPMobilePaginateNavigation Class