Rule.Clone Method

Definition

Creates a deep copy of the current Rule.

public:
 System::Workflow::Activities::Rules::Rule ^ Clone();
public System.Workflow.Activities.Rules.Rule Clone ();
member this.Clone : unit -> System.Workflow.Activities.Rules.Rule
Public Function Clone () As Rule

Returns

A Rule that is identical to this instance.

Applies to