The grace period, in days, for subscriptions

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

Syntax

C#
public int GracePeriod { get; set; }
Visual Basic
Public Property GracePeriod As Integer
	Get
	Set
Visual C++
public:
property int GracePeriod {
	int get ();
	void set (int value);
}

See Also