RuleDictionary.Item[String] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property Microsoft::RuleEngine::Rule ^ default[System::String ^] { Microsoft::RuleEngine::Rule ^ get(System::String ^ ruleName); void set(System::String ^ ruleName, Microsoft::RuleEngine::Rule ^ value); };
public Microsoft.RuleEngine.Rule this[string ruleName] { get; set; }
member this.Item(string) : Microsoft.RuleEngine.Rule with get, set
Default Public Property Item(ruleName As String) As Rule
Parâmetros
- ruleName
- String