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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.