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 Class

 

Provides data for the ValidateResponse event.

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

System::Object
  System::EventArgs
    Microsoft.VisualStudio.TestTools.WebTesting::ValidationEventArgs

public ref class ValidationEventArgs : EventArgs

NameDescription
System_CAPS_pubpropertyIsValid

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

System_CAPS_pubpropertyMessage

Gets or sets a message that describes validation attempts.

System_CAPS_pubpropertyRequest

Gets the WebTestRequest that generated the response that is validated.

System_CAPS_pubpropertyRequestDuration

Gets the total time duration specified for requesting validation.

System_CAPS_pubpropertyResponse

Gets the WebTestResponse being validated.

System_CAPS_pubpropertyValidationLevel

Gets the current validation level.

System_CAPS_pubpropertyWebTest

Gets the Web performance test that contains the request that triggered the validation event.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

These event arguments are used for validating requests.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: