A collection of ICalendarObjects that are children of the current object.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual IList<ICalendarObject> Children { get; }
Visual Basic
Public Overridable ReadOnly Property Children As IList(Of ICalendarObject)
	Get
Visual C++
public:
virtual property IList<ICalendarObject^>^ Children {
	IList<ICalendarObject^>^ get ();
}

Implements

ICalendarObject..::..Children

See Also