When true, this add-on is displayed on and can be used from the admin navigator.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property Admin As Boolean
C#
public abstract bool Admin { get; }
C++
public abstract property bool Admin abstract  {
    bool get();
}
J#
/** property */
public bool get_Admin();
JScript
public function get Admin() : bool

See Also