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.InternalVersion

Identifies the version of the operating system.

[Visual Basic]
Protected InternalVersion As Version
[C#]
protected Version InternalVersion;
[C++]
protected: Version* InternalVersion;
[JScript]
protected var InternalVersion : Version;

See Also

OperatingSystem Class | OperatingSystem Members | System Namespace