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





Gets the attendees of this appointment.

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

 Syntax

C#  Copy Code

public ResourceCollection<Contact> Attendees { get; }

Visual Basic  Copy Code

Public ReadOnly Property Attendees As ResourceCollection(Of Contact)

 Property Value

An instance of the ResourceCollection(Contact) class specifying the appointment's attendees.

 Remarks

This property is equivalent to Contacts.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace