CalendarReader.ReadNextSiblingComponent method

The ReadNextSiblingComponent method moves to the next component that has the same parent as the current component.

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

Syntax

'Declaration
Public Function ReadNextSiblingComponent As Boolean
'Usage
Dim instance As CalendarReader
Dim returnValue As Boolean

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

Return value

Type: System.Boolean
The ReadNextSiblingComponent method returns true if there was another child component. Otherwise, the ReadNextSiblingComponent method returns false.

See also

Reference

CalendarReader class

CalendarReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace