SPMobilePicLibNavigation.FirstAccessKey Property
Gets or sets the access key for the first selection of the navigation links on the mobile picture library.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FirstAccessKey As String
Get
Set
'Usage
Dim instance As SPMobilePicLibNavigation
Dim value As String
value = instance.FirstAccessKey
instance.FirstAccessKey = value
public string FirstAccessKey { get; set; }
Property Value
Type: System.String
The String object that represents the access key for the first selection of the navigation links on the mobile picture library.
See Also
Reference
SPMobilePicLibNavigation Class