Share via


CWorkflowProcess.Conditions Field

Specifies the XML string that describes the conditions. This XML string is in the format

<wfconditions> + condition1..N + </wfconditions>

where the XML schema for condition X is described by wfcondition.xsd.

Syntax

[Visual Basic .NET]
Public Field Conditions As String
[C#]
public string Conditions;
[C++]
public: String* Conditions;

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.