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