RuleSetDictionary.Item[] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- ruleSetInfo
- RuleSetInfo
Valor de propiedad
Se aplica a
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
Parámetros
- ruleSetName
- String