| QMSVersion Constructor (Int32, Int32, Int32) |
Initializes a new instance of the
QMSVersion class
Namespace: PIX.QMSAPI.DataObjectsAssembly:
Syntaxpublic QMSVersion(
int major,
int minor,
int patch
)
Public Sub New (
major As Integer,
minor As Integer,
patch As Integer
)
Parameters
- major
- Type: SystemInt32
- minor
- Type: SystemInt32
- patch
- Type: SystemInt32
See Also