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)
Available in Sandboxed Solutions: No
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.