[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Browser string (if any) that was sent by the browser in the User-Agent request header

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)

Syntax

Visual Basic (Declaration)
Public Property Browser As String
C#
public string Browser { get; set; }
C++
public:
String^ Browser {
	String^ get ();
	void set (String^ value);
}