Share via


CWorkflowProcess.Rules Field

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

<wfrules> + rule1..N + </wfrules>

where the XML schema for rule X is described by wfrule.xsd.

Syntax

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

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.