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)

Syntax

'Declaration
Public Property Required As Boolean
'Usage
Dim instance As ExtractHiddenFields 
Dim value As Boolean 

value = instance.Required

instance.Required = value
public bool Required { get; set; }
public:
property bool Required {
    bool get ();
    void set (bool value);
}
public function get Required () : boolean 
public function set Required (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ExtractHiddenFields Class

ExtractHiddenFields Members

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace