SPHttpHeaderThrottleClassifier.Value property
Obtém o valor do cabeçalho.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Value As String
Get
'Uso
Dim instance As SPHttpHeaderThrottleClassifier
Dim value As String
value = instance.Value
public string Value { get; }
Property value
Type: System.String
O valor do cabeçalho.
Comentários
Se o valor desse objeto é a null reference (Nothing in Visual Basic) ou vazio, o método Match(HttpRequest) somente verifica a existência do cabeçalho.
Ver também
Referência
SPHttpHeaderThrottleClassifier class