Indicates if installation wizard has finished installing the MonoX.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool InstallationDone { get; }
Visual Basic
Public Shared ReadOnly Property InstallationDone As Boolean
	Get
Visual C++
public:
static property bool InstallationDone {
	bool get ();
}
F#
static member InstallationDone : bool with get

Property Value

Type: Boolean
true if [installation done]; otherwise, false.

See Also