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.2.0

Syntax

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

See Also