SPHttpUserAgentAndMethodClassifier.UserAgent Property
Gets the user agent of requests that match.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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