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

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

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

Property Value

Read-only. Returns the minor version.

Remarks

For example, if the version number is 6.2, the "minor" version is 6.

See Also

Version Class | Version Members | System Namespace