CalendarParameterReader.ReadNextParameter Method
The ReadNextParameter method reads the next parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadNextParameter As Boolean
'Usage
Dim instance As CalendarParameterReader
Dim returnValue As Boolean
returnValue = instance.ReadNextParameter()
public bool ReadNextParameter()
Return Value
Type: System.Boolean
The ReadNextParameter method returns true if there was another parameter to read. Otherwise, the ReadNextParameter method returns false.