ASPxClientAppointment.SetId(id) Method
Sets the ID of the client appointment.
Declaration
SetId(
id: string
): void
Parameters
Name | Type | Description |
---|---|---|
id | string | An string value representing the appointment identifier. |
Remarks
Use the ASPxClientAppointment.GetId method to obtain the client appointment’s ID.
See Also