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;
Identifies the version of the operating system. The returned object describes the major version, minor version, build, and revision of the operating system.
OperatingSystem Class | OperatingSystem Members | System Namespace