Partilhar via


Enumeração WorkflowPropertyType

Aplica-se a: CRM 2015 on-prem, CRM Online

Contains values for the property types supported by workflows.

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

Sintaxe

'Declaração
Public Enumeration WorkflowPropertyType
public enum WorkflowPropertyType

Membros

Nome do membro Descrição
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.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Namespace Microsoft.Xrm.Sdk.Workflow

Outros recursos

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

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