Share via


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.

See also

Reference

CalendarParameterReader structure

CalendarParameterReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace