TestResultBase.IsValid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this instance is valid.
public:
override bool IsValid();
public override bool IsValid ();
override this.IsValid : unit -> bool
Public Overrides Function IsValid () As Boolean
Returns
true if this instance is valid; otherwise, false.