ASPxClientAppointment.GetId Method
In This Article
Gets the ID of the client appointment.
#Declaration
TypeScript
GetId(): string
#Returns
Type | Description |
---|---|
string | The appointment’s identifier. |
#Remarks
Use the ASPxClientAppointment.SetId method to set the client appointment’s ID.
See Also