RequestHeaderMapping.HeaderName Property
Gets the name of the header to match.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Property HeaderName As String
Get
Private Set
'Usage
Dim instance As RequestHeaderMapping
Dim value As String
value = instance.HeaderName
public string HeaderName { get; private set; }
public:
property String^ HeaderName {
String^ get ();
private: void set (String^ value);
}
member HeaderName : string with get, private set
function get HeaderName () : String
private function set HeaderName (value : String)
Property Value
Type: System.String