MindFusion.Wpf Pack Programmer's Guide
Item.Contacts Property
See Also
 





Gets references to all contacts associated with this item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public abstract ResourceCollection<Contact> Contacts { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property Contacts As ResourceCollection(Of Contact)

 Property Value

An instance of the ResourceCollection(Contact) generic class containing the Contact objects associated with the item.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace