WorkflowPropertyType Enum

Definition

Contains values for the property types supported by workflows.

public enum class WorkflowPropertyType
public enum WorkflowPropertyType
type WorkflowPropertyType = 
Public Enum WorkflowPropertyType
Inheritance
WorkflowPropertyType

Fields

Boolean 0

A Boolean property. Value = 0.

DateTime 1

A DateTime property. Value = 1.

Decimal 2

A Decimal property. Value = 2.

EntityReference 5

An EntityReference property. Value = 5.

Float 3

A Float property. Value = 3.

Guid 9

A Guid property. Value = 9.

Integer 4

An Integer property. Value = 4.

Money 6

A Money property. Value = 6.

OptionSetValue 8

An OptionSetValue property. Value = 8.

PartyList 7

A PartyList property. Value = 7.

String 10

A String property. Value = 10.

Applies to