SPRequestUsageEntry.Browser property

Gets or sets the name of the client-side browser that initiated the request.

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

Syntax

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

value = instance.Browser

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

Property value

Type: System.String
The client-side browser name.

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace