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

Minor (that is, decimal) version number of the browser

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

Syntax

Visual Basic (Declaration)
Public Property MinorVersion As Double
C#
public double MinorVersion { get; set; }
C++
public:
double MinorVersion {
	double get ();
	void set (double value);
}