Share via


CalendarParameterReader.ReadNextValue Method

The ReadNextValue method reads the next value in the current parameter.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadNextValue As Boolean
'Usage
Dim instance As CalendarParameterReader
Dim returnValue As Boolean

returnValue = instance.ReadNextValue()
public bool ReadNextValue()

Return Value

Type: System.Boolean
The ReadNextValue method returns true if there was another value to read. Otherwise, the ReadNextValue method returns false.