WorkflowPropertyType Enumeration

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Contains values for the property types supported by workflows.

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

public enum WorkflowPropertyType
Public Enumeration WorkflowPropertyType

Members

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.

See Also

Microsoft.Xrm.Sdk.Workflow Namespace
Sample: Create a process using a template
Sample: Run a workflow

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright