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