CalendarReader.ComponentName Property
The ComponentName property gets a string that contains the name of 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 ComponentName As String
Get
'Usage
Dim instance As CalendarReader
Dim value As String
value = instance.ComponentName
public string ComponentName { get; }
Property Value
Type: System.String