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 Class

Represents the version number for a NGWS runtime assembly.

Object
   Version

[Visual Basic]
Public Class Version
   Implements ICloneable, IComparable
[C#]
public class Version : ICloneable, IComparable
[C++]
public __gc class Version : public ICloneable, IComparable
[JScript]
public class Version implements ICloneable, IComparable

Remarks

Version numbers in the NGWS runtime consist of four parts: major, minor, build, and revision. By default, only major and minor are used for binding to an assembly.

Subsequent versions of an assembly that differ only by build or revision numbers are considered to be Quick Fix Engineering (QFE) updates of the prior version. If desired, build and revision can be honored by changing the version policy in the configuration.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Version Members | System Namespace