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