CWorkflowProcess.Process Field
Specifies the XML string that describes the workflow process. The XML schema is described by wfprocess.xsd.
Syntax
[Visual Basic .NET]
Public Field Process As String
[C#]
public string Process;
[C++]
public: String* Process;
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also