Partager via


RuleSetDictionary.Item[] Propriété

Définition

Surcharges

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

Paramètres

ruleSetInfo
RuleSetInfo

Valeur de propriété

S’applique à

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

Paramètres

ruleSetName
String

Valeur de propriété

S’applique à