HttpBrowserCapabilities.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the full version number (integer and decimal) of the browser as a string.
public:
property System::String ^ Version { System::String ^ get(); };
public string Version { get; }
member this.Version : string
Public ReadOnly Property Version As String
Property Value
The full version number of the browser, as a string.
Remarks
The Version
property returns a string.
In some scenarios, Version
might contain letter characters, as in the case of a browser or client device that is a beta version such as "7.0b."
To correctly get the version as a data type that can be used in a numeric comparison, concatenate the MajorVersion and MinorVersion property values.