Skip to main content

VEvent.UniqueIdentifier Property

Provides access to the UID property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public UniqueIdentifierProperty UniqueIdentifier { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.UniqueIdentifierProperty

A DevExpress.XtraScheduler.iCalendar.Components.UniqueIdentifierProperty object, representing the UID calendar property.

Remarks

The UID property defines the persistent, globally unique identifier for the calendar component.

The iCalendarExporter uses the Guid methods to generate an identifier that meets the requirements.

See Also