CWorkflowProcess.ActionParameters Field

Specifies the XML string that describes the action 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 ActionParameters As String
[C#]
public string ActionParameters;
[C++]
public: String* ActionParameters;

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.