SPHttpUserAgentAndMethodClassifier.MatchSetting property
取得值,指定以何種方式要求必須符合SPHttpUserAgentAndMethodClassifier物件。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property MatchSetting As SPHttpUserAgentAndMethodClassifier.MatchSettings
Get
'用途
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim value As SPHttpUserAgentAndMethodClassifier.MatchSettings
value = instance.MatchSetting
public SPHttpUserAgentAndMethodClassifier.MatchSettings MatchSetting { get; }
Property value
Type: Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.MatchSettings
旗標,指定如何要求和SPHttpUserAgentAndMethodClassifier物件,必須符合一組。
備註
屬性可以要求下列的符合條件的任何組合:
要求的使用者代理程式必須能與相同的UserAgent屬性的值。
要求的使用者代理程式必須以開始UserAgent屬性的值。
要求的 HTTP 方法必須是HttpMethod屬性的值相同。
請參閱
參照
SPHttpUserAgentAndMethodClassifier class