Indicates whether Flow Down is disabled. True if disabled.

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

Syntax

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

See Also