SPHttpHeaderThrottleClassifier.Value Property
Gets the header value.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Value As String
Get
'Usage
Dim instance As SPHttpHeaderThrottleClassifier
Dim value As String
value = instance.Value
public string Value { get; }
Property Value
Type: System.String
The header value.
Remarks
If the value of this is object is a null reference (Nothing in Visual Basic) or empty, the Match(HttpRequest) method only verifies the existence of the header.
See Also
Reference
SPHttpHeaderThrottleClassifier Class