ExtractHttpHeader.Required Property

Gets or sets a value that indicates whether the request fails if the header does not exist.

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

Syntax

'Declaration
Public Property Required As Boolean
public bool Required { get; set; }
public:
property bool Required {
    bool get ();
    void set (bool value);
}
member Required : bool with get, set
function get Required () : boolean
function set Required (value : boolean)

Property Value

Type: System.Boolean
true if the header is required; otherwise, false. The default value is true.

.NET Framework Security

See Also

Reference

ExtractHttpHeader Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace