VEventUniqueId Property

This is used to get the Unique ID (UID) property

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public UniqueIdProperty UniqueId { get; }

Property Value

UniqueIdProperty

Remarks

For the iCalendar 2.0 specification, this is a required property and will always by saved to the data stream. A new ID will be created automatically if necessary. It is not required for vCalendar 1.0 objects and will not be saved unless the property has been accessed.

See Also