CalendarWriter.StartProperty Method (String)
The StartProperty method starts a new property that is identified by the name parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub StartProperty ( _
name As String _
)
'Usage
Dim instance As CalendarWriter
Dim name As String
instance.StartProperty(name)
public void StartProperty(
string name
)
Parameters
- name
Type: System.String
A string that indicates the property to start.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The name parameter was passed as a a null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic). |
ArgumentException | The name parameter value that was passed represents an iCalendar property that is not allowed within the current component. |