MinorVersion Property
Sets or retrieves a value that indicates the minor version of the browser.
Syntax
Visual Basic Public Property MinorVersion As double C# public double MinorVersion { get; set; } Managed C++ public: __property double get_MinorVersion();
public: __property void set_MinorVersion(double);JScript public function get MinorVersion() : double;
public function set MinorVersion(double);
Possible Values
dMinorVersion double that specifies or receives the minor version of the browser. The property is read/write. The property has no default value.
Remarks
For example, the minor version for 3.1 is 0.1.
Applies To
BrowserLevel
See Also