Gets or sets the number of issues (e.g., for magazines, journals, etc.) that were printed for this subscription.

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

Syntax

C#
public string IssuesPrinted { get; set; }
Visual Basic
Public Property IssuesPrinted As String
	Get
	Set
Visual C++
public:
property String^ IssuesPrinted {
	String^ get ();
	void set (String^ value);
}

See Also