SPHttpHeaderThrottleClassifier.Value property
取得標頭值。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Value As String
Get
'用途
Dim instance As SPHttpHeaderThrottleClassifier
Dim value As String
value = instance.Value
public string Value { get; }
Property value
Type: System.String
標頭值。
備註
如果這個值是物件是a null reference (Nothing in Visual Basic)或空的Match(HttpRequest)方法只會驗證標頭的存在。
請參閱
參照
SPHttpHeaderThrottleClassifier class