SPHttpHeaderThrottleClassifier.Value property

Gets the header value.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

SPHttpHeaderThrottleClassifier members

Microsoft.SharePoint.Utilities namespace