Gets the location of the custom admin tasks control.

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

Syntax

C#
public static string CustomAdminTasksControl { get; }
Visual Basic
Public Shared ReadOnly Property CustomAdminTasksControl As String
	Get
Visual C++
public:
static property String^ CustomAdminTasksControl {
	String^ get ();
}
F#
static member CustomAdminTasksControl : string with get

Property Value

Type: String
The custom admin tasks control.

See Also