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