Gets references to all contacts associated with this item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public abstract ResourceCollection<Contact> Contacts { get; } |
Visual Basic Copy Code |
---|
Public MustOverride ReadOnly Property Contacts As ResourceCollection(Of Contact) |
An instance of the ResourceCollection class containing the Contact objects associated with the item.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |