IEventBaseResources Property
IT Hit WebDAV Classes Reference
Gets resources for a calendar component.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IPropertyList<IResources> Resources { get; }
ReadOnly Property Resources As IPropertyList(Of IResources)
Get
property IPropertyList<IResources^>^ Resources {
IPropertyList<IResources^>^ get ();
}
abstract Resources : IPropertyList<IResources> with get
Property Value
Type:
IPropertyListIResourcesRemarks https://tools.ietf.org/html/rfc5545#section-3.8.1.10
See Also