MindFusion.Scheduling for ASP.NET Programmer's Guide
Item.Contacts Property
See Also
 





Gets references to all contacts associated with this item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public abstract ResourceCollection<Contact> Contacts { get; set; }

Visual Basic  Copy Code

Public MustOverride Property Contacts As ResourceCollection(Of Contact)

 Property Value

An instance of the ResourceCollection class that contains the Contact objects associated with this Item.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace