Gets or sets the name/title of the last issue associated with this subscription (e.g., for magazines, journals, etc.)

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

Syntax

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

See Also