property Property.Component as Component
Retrieves the parent component of the property.

TypeDescription
Component A Component object that specifies the parent component.
The Component property specifies the parent component of the property. The Name property specifies the name of the property. The Value property indicates the value of the property. The Type / GuessType property specifies the type of the property.

The following is a simple example of an iCalendar format:

BEGIN:VCALENDAR
Version:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
END:VCALENDAR

The VCALENDAR object is the parent of the Version and PRODID properties.