Click or drag to resize

AppointmentStateCode Property

Shows whether the appointment is open, completed, or canceled. Completed and canceled appointments are read-only and can't be edited.

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public Nullable<AppointmentState> StateCode { get; }

Property Value

Type: NullableAppointmentState
See Also