Gets or sets the number of copies delivered for this subscription

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

Syntax

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

See Also