CalendarReader.ComponentId Property
The ComponentId property gets a ComponentId enumeration value that identifies the current component.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ComponentId As ComponentId
Get
'Usage
Dim instance As CalendarReader
Dim value As ComponentId
value = instance.ComponentId
public ComponentId ComponentId { get; }
Property Value
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.ComponentId