ValidationSettings.PrepareForRuntime プロパティ

定義

このインスタンスがランタイム用に準備されているかどうかを示す値を取得または設定します。

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

プロパティ値

true このインスタンスがランタイム用に準備されている場合。それ以外の場合は false

適用対象