MobileMySitePageNavigation.AccessKey Property
Gets the shortcut key that raises the Click event.
Namespace: Microsoft.SharePoint.Portal.MobileControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property AccessKey As String
Get
'Usage
Dim instance As MobileMySitePageNavigation
Dim value As String
value = instance.AccessKey
public override string AccessKey { get; }
Property Value
Type: System.String
The name of the key on a Windows® phone.
Remarks
This property gets its value from the base AccessKey property. This property returns a default value of “8”
See Also
Reference
MobileMySitePageNavigation Class