Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the header.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Header As String
Get
'Usage
Dim instance As SPHttpHeaderThrottleClassifier
Dim value As String
value = instance.Header
public string Header { get; }
Property Value
Type: System.String
The header name.
Remarks
For a list of header names, see request header.
See Also
Reference
SPHttpHeaderThrottleClassifier Class