NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OperatingSystem.Version

Identifies the version of the operating system.

[Visual Basic]
Overridable Public ReadOnly Property Version As Version
[C#]
public Version Version {virtual get;}
[C++]
public: __property virtual Version* get_Version();
[JScript]
public function get Version() : Version;

Property Value

Identifies the version of the operating system. The returned object describes the major version, minor version, build, and revision of the operating system.

See Also

OperatingSystem Class | OperatingSystem Members | System Namespace