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

See also

Reference

CalendarReader class

CalendarReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace