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

Syntax

C#
ICalendarObject AssociatedObject { get; set; }
Visual Basic
Property AssociatedObject As ICalendarObject
	Get
	Set
Visual C++
property ICalendarObject^ AssociatedObject {
	ICalendarObject^ get ();
	void set (ICalendarObject^ value);
}

See Also