SPMobileNavigation.AccessKeySymbol Property
Gets or sets a string of one or more characters that identifies the access key (AccessKey).
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property AccessKeySymbol As String
Get
Set
'Usage
Dim instance As SPMobileNavigation
Dim value As String
value = instance.AccessKeySymbol
instance.AccessKeySymbol = value
public virtual string AccessKeySymbol { get; set; }
Property Value
Type: System.String
A String object that represents the symbol for the AccessKey.
Remarks
The default is the value of the AccessKey property enclosed in square brackets "[" and "]".