Gets an indication of whether this is user is to be considered casual or not.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool IsCasualUser { get; }
Visual Basic
Public ReadOnly Property IsCasualUser As Boolean
	Get
Visual C++
public:
property bool IsCasualUser {
	bool get ();
}

See Also