CalendarWriter.WriteProperty method (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.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteProperty ( _
propertyId As PropertyId, _
value As String _
)
'Usage
Dim instance As CalendarWriter
Dim propertyId As PropertyId
Dim value As String
instance.WriteProperty(propertyId, value)
public void WriteProperty(
PropertyId propertyId,
string value
)
Parameters
propertyId
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.PropertyIdA PropertyId enumeration value that indicates the type of property to write.
value
Type: System.StringThe value of the property.