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