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!

Version.Build

The read-only property returns the "build" portion of the version number.

[Visual Basic]
Public ReadOnly Property Build As Integer
[C#]
public int Build {get;}
[C++]
public: __property int get_Build();
[JScript]
public function get Build() : int;

Property Value

Read-only. Returns the build number.-1 is returned if the build number is undefined.

Remarks

For example, if the version number is 6.2.1.3, the "build" number is 3. If the version number is 6.2, the "build" number is undefined.

See Also

Version Class | Version Members | System Namespace