Share via


CalendarPropertyReader.ReadNextValue method

The ReadNextValue method moves to the next property value.

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 CalendarPropertyReader
Dim returnValue As Boolean

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

Return value

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

See also

Reference

CalendarPropertyReader structure

CalendarPropertyReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace