次の方法で共有


SPHttpUserAgentAndMethodClassifier.ToString method

Returns a String that represents the current SPHttpUserAgentAndMethodClassifier object.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
The object type and its key property values.

Remarks

This override includes the value of the MatchSetting property and the values of the HttpMethod property (if it is not a null reference (Nothing in Visual Basic)) and the UserAgent property (if it is not a null reference (Nothing in Visual Basic)) in the String.

See also

Reference

SPHttpUserAgentAndMethodClassifier class

SPHttpUserAgentAndMethodClassifier members

Microsoft.SharePoint.Utilities namespace