Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Mitglieder
Mitgliedsname | Beschreibung |
---|---|
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. |
Plattformen
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
Windows Server 2008,Windows Server 2012,Windows 7
Siehe auch
Referenz
Microsoft.Xrm.Sdk.Workflow Namespace
Weitere Ressourcen
Sample: Create a Process Using a Template
Sample: Execute a Workflow
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.