SPRequestUsageEntry.UserAgent property

Get or sets the user agent value for the client-side browser initiating the request.

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

Syntax

'Declaration
Public Property UserAgent As String
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As String

value = instance.UserAgent

instance.UserAgent = value
public string UserAgent { get; set; }

Property value

Type: System.String
An HTTP user agent.

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace