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

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

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

Property Value

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

Remarks

For example, if the version number is 6.2.1.3, the "revision" number is 1. If the version number is 6.2, the "revision" number is undefined.

See Also

Version Class | Version Members | System Namespace