Share via


Page.Caption 속성

Gets or sets the caption text.

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

구문

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

value = instance.Caption

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

속성 값

유형: System.String
The caption text.

참고 항목

참조

Page 클래스

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