Share via


CWorkflowProcess.Steps Field

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

<wfsteps> + step1..N + </wfsteps>

where the XML schema for step X is described by wfstep.xsd.

Syntax

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

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.