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
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.
Namespace: System
Assembly: mscorlib.dll