Skip to main content

ExchangeAppointmentEventArgs.Id Property

Gets or sets the foreign appointment Id. This Id is the appointment identifier in the database of the third-party scheduler application with which appointment data is exchanged.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public object Id { get; set; }

#Property Value

Type Description
Object

A Object which specifies the appointment Id value.

#Remarks

Usually you do not need to handle the AppointmentExchanger.GetAppointmentForeignId event and modify the Id property, since the DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer does the entire job. The appointment foreign ID is automatically stored and retrieved from the data field specified via the AppointmentSynchronizer.ForeignIdFieldName property.

See Also