ServiceAppointmentState Enumeration |
Namespace: Crm.MSCrmServiceAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum ServiceAppointmentState
Public Enumeration ServiceAppointmentState
public enum class ServiceAppointmentState
Crm.MSCrmService.ServiceAppointmentState = function();
Crm.MSCrmService.ServiceAppointmentState.createEnum('Crm.MSCrmService.ServiceAppointmentState', false);No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Open | 0 | |
| Closed | 1 | |
| Canceled | 2 | |
| Scheduled | 3 | |
See Also