Gets or sets the number of bill reminders sent on this subscription since the last time it was paid

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

Syntax

C#
public byte ReminderCount { get; set; }
Visual Basic (Declaration)
Public Property ReminderCount As Byte
Visual C++
public:
property unsigned char ReminderCount {
	unsigned char get ();
	void set (unsigned char value);
}

See Also