Rogue Wave Server Component library for .NET Reference Guide
|
|
MvKeyValueTableItem Property |
Gets or sets the value associated with the specified key.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- key
- Type: RW.Server.ComponentMvValue
The key of the value to get or set.
Property Value
Type: MvValueThe value associated with the specified key. If the specified key is not found, a get operation throws a KeyNotFoundException, and a set operation creates new element with the specified key.
Implements
IDictionaryTKey, TValueItemTKey| Exception | Condition |
|---|---|
| ArgumentNullException | If
key is Property ValueType: MvValuenull. |
| KeyNotFoundException | If key does not exist in the map. |