Returns a list of children of this object.

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

Syntax

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

See Also