Edit

Share via


RuleSetReference Constructors

Definition

Initializes a new instance of the RuleSetReference class.

Overloads

RuleSetReference()

Initializes a new instance of the RuleSetReference class.

RuleSetReference(String)

Initializes a new instance of the RuleSetReference class using the name of the RuleSet.

RuleSetReference()

Initializes a new instance of the RuleSetReference class.

public:
 RuleSetReference();
public RuleSetReference();
Public Sub New ()

Applies to

RuleSetReference(String)

Initializes a new instance of the RuleSetReference class using the name of the RuleSet.

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

Parameters

ruleSetName
String

The name of the RuleSet that the activity evaluates.

Applies to