Énumération WorkflowPropertyType
S'applique à: CRM 2015 on-prem, CRM Online
Contains values for the property types supported by workflows.
Espace de noms: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (dans Microsoft.Xrm.Sdk.Workflow.dll)
Syntaxe
'Déclaration
Public Enumeration WorkflowPropertyType
public enum WorkflowPropertyType
Membres
Nom du membre | Description |
---|---|
Boolean | A Boolean property. Value = 0. |
DateTime | A DateTime property. Value = 1. |
Decimal | A Decimal property. Value = 2. |
EntityReference | An EntityReference property. Value = 5. |
Float | A Float property. Value = 3. |
Guid | A Guid property. Value = 9. |
Integer | An Integer property. Value = 4. |
Money | A Money property. Value = 6. |
OptionSetValue | An OptionSetValue property. Value = 8. |
PartyList | A PartyList property. Value = 7. |
String | A String property. Value = 10. |
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.Xrm.Sdk.Workflow
Autres ressources
Sample: Create a Process Using a Template
Sample: Execute a Workflow
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.