Gets or sets the name of the ICalendarObject. For iCalendar components, this is the RFC 5545 name of the component.

Examples

  • Event - "VEVENT"
  • Todo - "VTODO"
  • TimeZone - "VTIMEZONE"
  • etc.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual string Name { get; set; }
Visual Basic
Public Overridable Property Name As String
	Get
	Set
Visual C++
public:
virtual property String^ Name {
	String^ get ();
	void set (String^ value);
}

Implements

ICalendarObject..::..Name

See Also