CWorkflowErrorInfo.Severity Field

Specifies the error severity. The value of this field is from the Microsoft.Crm.Platform.Proxy.WORKFLOW_ERROR_SEVERITY enumeration.

Syntax

[Visual Basic .NET]
Public Field Severity As WORKFLOW_ERROR_SEVERITY
[C#]
public WORKFLOW_ERROR_SEVERITY Severity;
[C++]
public: WORKFLOW_ERROR_SEVERITY Severity;

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.