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

Syntax

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

See Also