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.2.0

Syntax

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

See Also