Share via


RuleSetDictionary.Remove Method

Definition

Overloads

Remove(RuleSet)
Remove(RuleSetInfo)
Remove(String)

Remove(RuleSet)

public:
 void Remove(Microsoft::RuleEngine::RuleSet ^ ruleSet);
public void Remove (Microsoft.RuleEngine.RuleSet ruleSet);
override this.Remove : Microsoft.RuleEngine.RuleSet -> unit

Parameters

ruleSet
RuleSet

Applies to

Remove(RuleSetInfo)

public:
 void Remove(Microsoft::RuleEngine::RuleSetInfo ^ ruleSetInfo);
public void Remove (Microsoft.RuleEngine.RuleSetInfo ruleSetInfo);
override this.Remove : Microsoft.RuleEngine.RuleSetInfo -> unit

Parameters

ruleSetInfo
RuleSetInfo

Applies to

Remove(String)

public:
 void Remove(System::String ^ ruleSetName);
public void Remove (string ruleSetName);
override this.Remove : string -> unit
Public Sub Remove (ruleSetName As String)

Parameters

ruleSetName
String

Applies to