RuleInvokeAttribute(String) Constructor  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.RuleInvokeAttributePublic Sub New (methodInvoked As String)Parameters
- methodInvoked
- String
The method invoked by the rule.