CalendarWriter.WriteProperty Method
The WriteProperty method overloads write iCalendar properties to the stream that this CalendarWriter object owns.
Overload List
| Name | Description |
|---|---|
| CalendarWriter.WriteProperty (CalendarPropertyReader) |
The WriteProperty method reads a property from a CalendarPropertyReader structure and writes it to the stream that this CalendarWriter object owns.
|
| CalendarWriter.WriteProperty (PropertyId, String) |
The WriteProperty method writes an iCalendar property that is identified by the propertyId parameter and that has the value given by the value parameter.
|
| CalendarWriter.WriteProperty (String, String) |
The WriteProperty method writes an iCalendar property that has the name that is specified by the name parameter and the value that is specified by the value parameter.
|