property Property.Value as Variant
Indicates the property's value( or values if a safe array is used ).

TypeDescription
Variant A VARIANT expression that specifies the value of the property.
The Value property specifies the value of the property. The Value parameter of the Add property indicates the value of the property to be added. The GuessType property guesses the property's type, from its value. The Type property specifies the type of the property from the Value parameter of the property. The Parameters property specifies the property's Parameters collection. The Name property indicates the name of the property. The valuesFromICalendar property extracts all values or specified value of the giving value/type in ICalendar format. The toICalendar property converts the giving value to a specified type.

If the property's type is exPropertyTypeRecur, you can use any of the following properties:

The following is a simple example of an iCalendar format:

BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY;LANGUAGE=en-US:Company Holiday Party
DATE:20010101
END:VEVENT
END:VCALENDAR

The 20010101 and Company Holiday Party are the values of the properties  DATE and SUMMARY of the VCALENDAR object.