Share via


CWorkflowProcess.ConditionParameters Field

Specifies the XML string that describes the condition parameters. This XML string is in the format

<wfparameters> + parameter1..N + </wfparameters>

where the XML schema for parameter X is described by wfparameter.xsd.

Syntax

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

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.