DialogMaster.HelpKey Property
Gets or sets the key passed to the help page via the help link.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property HelpKey As String
Get
Set
'Usage
Dim instance As DialogMaster
Dim value As String
value = instance.HelpKey
instance.HelpKey = value
public string HelpKey { get; set; }
Property Value
Type: System.String
A string that contains the key passed to the help page via the help link.