SPMobilePicLibNavigation.SecondAccessKey Property
Gets or sets the access key for the second 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 SecondAccessKey As String
Get
Set
'Usage
Dim instance As SPMobilePicLibNavigation
Dim value As String
value = instance.SecondAccessKey
instance.SecondAccessKey = value
public string SecondAccessKey { get; set; }
Property Value
Type: System.String
The String object that represents the access key for the second selection of the navigation links on the mobile picture library.
See Also
Reference
SPMobilePicLibNavigation Class