[This is preliminary documentation and is subject to change.]
            Shows if the reminder is selected for the event.
            
    Namespace: 
   OfficeClip.BusinessLayer.DesktopAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool IsReminderSelected { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property IsReminderSelected As Boolean  | 
| Visual C++ | 
|---|
public: property bool IsReminderSelected { bool get (); void set (bool value); }  | 
