ValidateOptionsResult.Skipped Property

Definition

Gets a value that indicates whether validation was run.

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

Property Value

true if validation was skipped; false if validation was run.

Applies to