ContentDBFormSection.AccessKey Property
Gets or sets the access key that allows you to quickly navigate to this control in the user interface.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property AccessKey As String
Get
Set
'Usage
Dim instance As ContentDBFormSection
Dim value As String
value = instance.AccessKey
instance.AccessKey = value
public string AccessKey { get; set; }
Property Value
Type: System.String