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.