Gets or sets the number of copies of the subscription item (e.g., magazine, journal, etc.) that remain to be delivered to satisfy this subscription

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

Syntax

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

See Also