ActivityReminders Property |
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<Reminder> Reminders { get; }
Public ReadOnly Property Reminders As ChildCollection(Of Reminder)
Get
public:
property ChildCollection<Reminder^>^ Reminders {
ChildCollection<Reminder^>^ get ();
}
member Reminders : ChildCollection<Reminder> with get
Property Value
Type:
ChildCollectionReminder
See Also