Gives access to the list using the keys of the objects
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public EventField this[ string key ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ key As String _ ) As EventField 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 |