Share via


CalendarWriter.WritePropertyValue Method (String)

The WritePropertyValue method writes a string value to the current property in the stream that this WritePropertyValue object owns.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WritePropertyValue ( _
    value As String _
)
'Usage
Dim instance As CalendarWriter
Dim value As String

instance.WritePropertyValue(value)
public void WritePropertyValue(
    string value
)

Parameters