FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsAuthenticationResponse..::..isUserExists Property

Gets or sets a value indicating whether this instance is user exists.

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

Syntax


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

Field Value

true if this instance is user exists; otherwise, false.