Page.IsConfigValid 속성

Gets or sets a value that indicates whether the page configuration is valid.

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

구문

‘선언
Public Overridable Property IsConfigValid As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As Page 
Dim value As Boolean 

value = instance.IsConfigValid

instance.IsConfigValid = value
public virtual bool IsConfigValid { get; set; }
public:
virtual property bool IsConfigValid {
    bool get ();
    void set (bool value);
}
abstract IsConfigValid : bool with get, set 
override IsConfigValid : bool with get, set
function get IsConfigValid () : boolean 
function set IsConfigValid (value : boolean)

속성 값

유형: System.Boolean
true if the configuration is valid; otherwise, false.

주의

This property should be set immediately after the configuration changes. Setting this property also sets the status of the button. This property does not apply to property sheets.

참고 항목

참조

Page 클래스

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