Page.HelpKey 속성

Gets or sets the help key that is associated with this page.

네임스페이스:  Microsoft.SqlServer.Management.SqlWizardFramework
어셈블리:  Microsoft.SqlServer.Management.SqlWizardFramework(Microsoft.SqlServer.Management.SqlWizardFramework.dll)

구문

‘선언
Public Property HelpKey As String 
    Get 
    Set
‘사용 방법
Dim instance As Page 
Dim value As String 

value = instance.HelpKey

instance.HelpKey = value
public string HelpKey { get; set; }
public:
property String^ HelpKey {
    String^ get ();
    void set (String^ value);
}
member HelpKey : string with get, set
function get HelpKey () : String 
function set HelpKey (value : String)

속성 값

유형: System.String
The help key that is associated with this page.

참고 항목

참조

Page 클래스

Microsoft.SqlServer.Management.SqlWizardFramework 네임스페이스