WorkflowPropertyType Enumeration
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains values for the property types supported by workflows.
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
| Member name | 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. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: