Click or drag to resize
IVersionSpec Properties

The IVersionSpec type exposes the following members.

Properties
  Name Description
Public property IsMaxInclusive
True if maxVersion is included in the version spec. False if only versions lower (but not equal) to maxVersion are in the version spec.
Public property IsMinInclusive
True if minVersion is included in the version spec. False if only versions higher (but not equal) to minVersion are in the version spec.
Public property MaxVersion
Upper bound of the version spec.
Public property MinVersion
Lower bound of the version spec.
Top
See Also