Share via


VocabularyDictionary.Item[] Property

Definition

Overloads

Item[VocabularyInfo]
Item[String]

Item[VocabularyInfo]

public:
 property Microsoft::RuleEngine::Vocabulary ^ default[Microsoft::RuleEngine::VocabularyInfo ^] { Microsoft::RuleEngine::Vocabulary ^ get(Microsoft::RuleEngine::VocabularyInfo ^ vocabularyInfo); void set(Microsoft::RuleEngine::VocabularyInfo ^ vocabularyInfo, Microsoft::RuleEngine::Vocabulary ^ value); };
public Microsoft.RuleEngine.Vocabulary this[Microsoft.RuleEngine.VocabularyInfo vocabularyInfo] { get; set; }
member this.Item(Microsoft.RuleEngine.VocabularyInfo) : Microsoft.RuleEngine.Vocabulary with get, set
Default Public Property Item(vocabularyInfo As VocabularyInfo) As Vocabulary

Parameters

vocabularyInfo
VocabularyInfo

Property Value

Applies to

Item[String]

public:
 property Microsoft::RuleEngine::Vocabulary ^ default[System::String ^] { Microsoft::RuleEngine::Vocabulary ^ get(System::String ^ vocabularyName); void set(System::String ^ vocabularyName, Microsoft::RuleEngine::Vocabulary ^ value); };
public Microsoft.RuleEngine.Vocabulary this[string vocabularyName] { get; set; }
member this.Item(string) : Microsoft.RuleEngine.Vocabulary with get, set
Default Public Property Item(vocabularyName As String) As Vocabulary

Parameters

vocabularyName
String

Property Value

Applies to