IEventAttendees Property
IT Hit WebDAV Classes Reference[Missing <summary> documentation for "P:ITHit.WebDAV.Server.iCalendar.Components.IEvent.Attendees"]
Namespace: ITHit.WebDAV.Server.iCalendar.ComponentsAssemblies: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.0.2411.0
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.0.2411.0
SyntaxIAttendee[] Attendees { get; }
ReadOnly Property Attendees As IAttendee()
Get
property array<IAttendee^>^ Attendees {
array<IAttendee^>^ get ();
}
abstract Attendees : IAttendee[] with get
Property Value
Type:
IAttendee
See Also