RuleSetDictionary.Item[] Property
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
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