Share via


RuleSetDictionary.Item[] Property

Definition

Overloads

Item[RuleSetInfo]
Item[String]

Item[RuleSetInfo]

public:
 property Microsoft::RuleEngine::RuleSet ^ default[Microsoft::RuleEngine::RuleSetInfo ^] { Microsoft::RuleEngine::RuleSet ^ get(Microsoft::RuleEngine::RuleSetInfo ^ ruleSetInfo); void set(Microsoft::RuleEngine::RuleSetInfo ^ ruleSetInfo, Microsoft::RuleEngine::RuleSet ^ value); };
public Microsoft.RuleEngine.RuleSet this[Microsoft.RuleEngine.RuleSetInfo ruleSetInfo] { get; set; }
member this.Item(Microsoft.RuleEngine.RuleSetInfo) : Microsoft.RuleEngine.RuleSet with get, set
Default Public Property Item(ruleSetInfo As RuleSetInfo) As RuleSet

Parameters

ruleSetInfo
RuleSetInfo

Property Value

Applies to

Item[String]

public:
 property Microsoft::RuleEngine::RuleSet ^ default[System::String ^] { Microsoft::RuleEngine::RuleSet ^ get(System::String ^ ruleSetName); void set(System::String ^ ruleSetName, Microsoft::RuleEngine::RuleSet ^ value); };
public Microsoft.RuleEngine.RuleSet this[string ruleSetName] { get; set; }
member this.Item(string) : Microsoft.RuleEngine.RuleSet with get, set
Default Public Property Item(ruleSetName As String) As RuleSet

Parameters

ruleSetName
String

Property Value

Applies to