SPHttpUserAgentAndMethodClassifier.UserAgent property
Gets the user agent of requests that match.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UserAgent As String
Get
'Usage
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim value As String
value = instance.UserAgent
public string UserAgent { get; }
Property value
Type: System.String
The user agent.
See also
Reference
SPHttpUserAgentAndMethodClassifier class