TestCondition.Enabled プロパティ

名前空間 :  Microsoft.Data.Schema.UnitTesting.Conditions
アセンブリ :  Microsoft.Data.Schema.UnitTesting (Microsoft.Data.Schema.UnitTesting.dll 内)

構文

'宣言
Public Property Enabled As Boolean
'使用
Dim instance As TestCondition
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
public function get Enabled () : boolean
public function set Enabled (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

TestCondition クラス

TestCondition メンバ

Microsoft.Data.Schema.UnitTesting.Conditions 名前空間