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

Syntax

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

See Also