MindFusion.Scheduling for Silverlight Programmer's Guide
Appointment.Contacts Property
See Also
 





Gets references to all contacts associated with this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public override ResourceCollection<Contact> Contacts { get; }

Visual Basic  Copy Code

Public Overrides ReadOnly Property Contacts As ResourceCollection(Of Contact)

 Property Value

An instance of the ResourceCollection(Contact) class containing the contacts associated with this appointment.

 Remarks

This property is equivalent to Attendees.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace