WorkflowPropertyType Enumeration

Applies To: Microsoft Dynamics CRM 2013, Microsoft 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

'Declaration
Public Enumeration WorkflowPropertyType
public enum 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.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

See Also

Reference

Microsoft.Xrm.Sdk.Workflow Namespace

Other Resources

Sample: Create a Process Using a Template
Sample: Execute a Workflow

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.