ExtractHttpHeader.Header Property
Gets or sets a value representing the name of the header whose value is to be extracted.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property Header As String
public string Header { get; set; }
public:
property String^ Header {
String^ get ();
void set (String^ value);
}
member Header : string with get, set
function get Header () : String
function set Header (value : String)
Property Value
Type: String
The name of a header.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.