IRuleSetDeploymentDriver.GetDeployedRuleSets Method
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.
Overloads
GetDeployedRuleSets() | |
GetDeployedRuleSets(String) |
GetDeployedRuleSets()
public:
Microsoft::RuleEngine::RuleSetInfoCollection ^ GetDeployedRuleSets();
public Microsoft.RuleEngine.RuleSetInfoCollection GetDeployedRuleSets ();
abstract member GetDeployedRuleSets : unit -> Microsoft.RuleEngine.RuleSetInfoCollection
Public Function GetDeployedRuleSets () As RuleSetInfoCollection
Returns
Applies to
GetDeployedRuleSets(String)
public:
Microsoft::RuleEngine::RuleSetInfoCollection ^ GetDeployedRuleSets(System::String ^ ruleSetName);
public Microsoft.RuleEngine.RuleSetInfoCollection GetDeployedRuleSets (string ruleSetName);
abstract member GetDeployedRuleSets : string -> Microsoft.RuleEngine.RuleSetInfoCollection
Public Function GetDeployedRuleSets (ruleSetName As String) As RuleSetInfoCollection
Parameters
- ruleSetName
- String