Gets or sets the comma-delimited string that the years that this subscription was active, (e.g., 1998, 1999, 2000, ...).

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

Syntax

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

See Also