WizardFramework.CancelCaption 속성

Gets or sets the title for the cancel message.

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

구문

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

value = instance.CancelCaption

instance.CancelCaption = value
public string CancelCaption { get; set; }
public:
virtual property String^ CancelCaption {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract CancelCaption : string with get, set 
override CancelCaption : string with get, set
final function get CancelCaption () : String 
final function set CancelCaption (value : String)

속성 값

유형: System.String
The title for the cancel message.

참고 항목

참조

WizardFramework 클래스

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