言語

BatchUpgradeOptions.TestOnly プロパティ

定義

アップグレードオプションがテスト用かどうかに関わらず、ゲットかセットか。

public:
 property bool TestOnly { bool get(); void set(bool value); };
public bool TestOnly { get; set; }
member this.TestOnly : bool with get, set
Public Property TestOnly As Boolean

プロパティ値

アップグレードオプションがテスト専用ならそれは正しいです。そうでなければ、誤りです。

適用対象