TestMessage.IsValid Method

Definition

Returns a value that indicates whether this test message is valid.

public:
 virtual bool IsValid();
public virtual bool IsValid ();
abstract member IsValid : unit -> bool
override this.IsValid : unit -> bool
Public Overridable Function IsValid () As Boolean

Returns

true if this test message is valid; otherwise, false.

Implements

Applies to