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!

Environment.Version

Returns the NGWS frameworks and runtime version and build number.

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

Property Value

A String representation of the current NGWS frameworks and runtime version.

See Also

Environment Class | Environment Members | System Namespace