Gets references to all contacts associated with this item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public abstract ResourceCollection<Contact> Contacts { get; set; } |
Visual Basic
![]() |
---|
Public MustOverride Property Contacts As ResourceCollection(Of Contact) |
An instance of the ResourceCollection class that contains the Contact objects associated with this Item.