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

Syntax

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

See Also