The Patch portion (i.e., patch version) of the iMIS version, e.g., for iMIS 10 version 10.5.28.02 this would return 02

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int iMISVersionPatch { get; }
Visual Basic
Public ReadOnly Property iMISVersionPatch As Integer
	Get
Visual C++
public:
property int iMISVersionPatch {
	int get ();
}

See Also