FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deExternalUser..::..active Property

Gets or sets a value indicating whether this deExternalUser is active.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public bool active { get; set; }
Public Property active As Boolean
	Get
	Set
public:
property bool^ active {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if active; otherwise, false.