Énumération TimeCode
S'applique à: CRM 2015 on-prem, CRM Online
Contains the possible values for a time code, used when querying a schedule.
Espace de noms: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (dans Microsoft.Crm.Sdk.Proxy.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration TimeCode
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")]
public enum TimeCode
Membres
Nom du membre | Description |
---|---|
Available | The time is available within the working hours of the resource. Value = 0. |
Busy | The time is committed to an activity. Value = 1. |
Filter | Use additional filters for the time block such as service cost or service start time. Value = 3. |
Unavailable | The time is unavailable. Value = 2. |
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Espace de noms Microsoft.Crm.Sdk.Messages
Classe QueryScheduleRequest
Classe QueryMultipleSchedulesRequest
TimeInfo
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.