CalendarReader.PropertyReader property

The PropertyReader property returns a CalendarPropertyReader structure that can be used to read the current property.

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

Syntax

'Declaration
Public ReadOnly Property PropertyReader As CalendarPropertyReader
    Get
'Usage
Dim instance As CalendarReader
Dim value As CalendarPropertyReader

value = instance.PropertyReader
public CalendarPropertyReader PropertyReader { get; }

Property value

Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarPropertyReader

See also

Reference

CalendarReader class

CalendarReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace