RuleInvokeAttribute(String) Constructor

Definition

Initializes a new instance of the RuleInvokeAttribute class.

public:
 RuleInvokeAttribute(System::String ^ methodInvoked);
public RuleInvokeAttribute (string methodInvoked);
new System.Workflow.Activities.Rules.RuleInvokeAttribute : string -> System.Workflow.Activities.Rules.RuleInvokeAttribute
Public Sub New (methodInvoked As String)

Parameters

methodInvoked
String

The method invoked by the rule.

Applies to