ValidateOptionsResult.Failed プロパティ

定義

検証に失敗したかどうかを示す値を取得します。

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

プロパティ値

true 検証に失敗した場合。それ以外の場合は false

適用対象