Gets or sets a value indicating whether the user is active.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool Active { get; set; }
Public Property Active As Boolean
Get
Set
public:
property bool Active {
bool get ();
void set (bool value);
}
member Active : bool with get, set
Property Value
Type:
BooleanSee Also