This topic has not yet been rated - Rate this topic

ExtractHiddenFields.Required Property

Gets or sets a value that indicates whether the extraction rule should fail if the values to be extracted are not found in the response.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public bool Required { get; set; }

Property Value

Type: System.Boolean
true if the extraction rule should fail because the value to be extracted is not found in the response; otherwise false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.