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

Syntax

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

See Also