Share via


CalendarWriter.WriteProperty Method (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.

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

Syntax

'Declaration
Public Sub WriteProperty ( _
    name As String, _
    value As String _
)
'Usage
Dim instance As CalendarWriter
Dim name As String
Dim value As String

instance.WriteProperty(name, value)
public void WriteProperty(
    string name,
    string value
)

Parameters