ASPxClientAppointment.SetSubject(subject) Method
Sets the property value of the client appointment, corresponding to the Appointment.Subject appointment property.
Declaration
SetSubject(
subject: string
): void
Parameters
Name | Type | Description |
---|---|---|
subject | string | A string containing the appointment subject. |
Remarks
Use the ASPxClientAppointment.GetSubject to obtain the subject of the client appointment.
See Also