 | ConfigurationDictionaryTKey, TValueItem Property |
Gets or sets the element with the specified key.
Namespace: SanteDB.Client.ConfigurationAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic TValue this[
TKey key
] { get; set; }Public Default Property Item (
key As TKey
) As TValue
Get
Set
public:
virtual property TValue default[TKey key] {
TValue get (TKey key) sealed;
void set (TKey key, TValue value) sealed;
}abstract Item : 'TValue with get, set
override Item : 'TValue with get, set
Parameters
- key TKey
- The key of the element to get or set.
Return Value
TValueThe element with the specified key.
Implements
IDictionaryTKey, TValueItemTKey
Exceptions
See Also