Returns the parent ICalendarObject that owns this one.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual ICalendarObject Parent { get; set; } |
Visual Basic |
---|
Public Overridable Property Parent As ICalendarObject Get Set |
Visual C++ |
---|
public: virtual property ICalendarObject^ Parent { ICalendarObject^ get (); void set (ICalendarObject^ value); } |