Skip to main content

Resource.Id Property

Gets the resource's unique identifier.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public object Id { get; }

#Property Value

Type Description
Object

A Object value that is the resource's unique identifier.

#Remarks

The Id property allows the current resource object to be identified. This unique identifier can be used to associate the resource with an appointment (via the appointment's Appointment.ResourceId or Appointment.ResourceIds properties). For more information, please refer to the Resources document.

See Also