Gives access to the repository using the keys of the objects
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public AwxDataValue this[ string key ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ key As String _ ) As AwxDataValue Get |
| JScript |
|---|
|
Parameters
- key
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | If there is no object with the name specified an exception is thrown |