Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As ExtractHttpHeader
Dim value As String
value = instance.Header
instance.Header = value
public string Header { get; set; }
public:
property String^ Header {
String^ get ();
void set (String^ value);
}
public function get Header () : String
public function set Header (value : String)
Property Value
Type: System.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.