RuleSetReference Constructors
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 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)