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