Gets or sets a indication of whether this CSubscription instance should be included in dues billing runs (true), or if it should be billed as an optional subscription (false).

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

Syntax

C#
public bool IsDuesSynced { get; set; }
Visual Basic
Public Property IsDuesSynced As Boolean
	Get
	Set
Visual C++
public:
property bool IsDuesSynced {
	bool get ();
	void set (bool value);
}

See Also