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

Identifies the operating system platform.

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

Property Value

Returns the operating system platform.

See Also

OperatingSystem Class | OperatingSystem Members | System Namespace