Share via


CWorkflowProcess.Actions Field

Specifies the XML string that describes the actions. This XML striing is in the format

<wfactions> + action1..N + </wfactions>

where the XML schema for action X is described by wfaction.xsd.

Syntax

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

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

 

© 2003 Microsoft Corporation. All rights reserved.