[This is preliminary documentation and is subject to change.]

The reminder date in the proper date format.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also