MapperCommandsItem Property (String) |
Indexer for this collection. The
ID is used as the index.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MapperCommand this[
string index
] { get; set; }
Public Default Property Item (
index As String
) As MapperCommand
Get
Set
Parameters
- index
- Type: SystemString
Property Value
Type:
MapperCommandRemarks The indexer permists instances of this class to be indexed in the same way as arrays.
See Also