Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ValidationEventArgs::IsValid Property

 

Gets or sets a value indicating whether the request passes validation.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property bool IsValid {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the request passes validation; otherwise, false.

If the event handler throws an unhandled exception, IsValid will automatically be set to false.

Return to top
Show: