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
name
Type: System.StringThe name of the parameter to write.
value
Type: System.StringThe value of the parameter to write.