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 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