Click or drag to resize
QMSVersion Constructor (Int32, Int32, Int32)
Initializes a new instance of the QMSVersion class

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public QMSVersion(
	int major,
	int minor,
	int patch
)

Parameters

major
Type: SystemInt32
minor
Type: SystemInt32
patch
Type: SystemInt32
See Also