CalendarWriter.WriteParameter Method (String, String)
The WriteParameter method writes an iCalendar parameter with 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 WriteParameter ( _
name As String, _
value As String _
)
'Usage
Dim instance As CalendarWriter
Dim name As String
Dim value As String
instance.WriteParameter(name, value)
public void WriteParameter(
string name,
string value
)
Parameters
- name
Type: System.String
The name of the parameter to write.
- value
Type: System.String
The value of the parameter to write.