Compartir a través de


RuleSetDictionary.Item[] Propiedad

Definición

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

Valor de propiedad

Se aplica a