RuleSet 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 RuleSet class.
Overloads
RuleSet() |
Initializes a new instance of the RuleSet class. |
RuleSet(String) |
Initializes a new instance of the RuleSet class by using the name of the RuleSet. |
RuleSet(String, String) |
Initializes a new instance of the RuleSet class by using the name and description of the RuleSet. |
RuleSet()
Initializes a new instance of the RuleSet class.
public:
RuleSet();
public RuleSet ();
Public Sub New ()
Applies to
RuleSet(String)
public:
RuleSet(System::String ^ name);
public RuleSet (string name);
new System.Workflow.Activities.Rules.RuleSet : string -> System.Workflow.Activities.Rules.RuleSet
Public Sub New (name As String)
Parameters
Applies to
RuleSet(String, String)
public:
RuleSet(System::String ^ name, System::String ^ description);
public RuleSet (string name, string description);
new System.Workflow.Activities.Rules.RuleSet : string * string -> System.Workflow.Activities.Rules.RuleSet
Public Sub New (name As String, description As String)
Parameters
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.