EAPCollectionBaseGetItem Method (String) |
Returns an item that matches the specified string index
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected Object GetItem(
string index
)
Protected Function GetItem (
index As String
) As Object
Parameters
- index
- Type: SystemString
The name of the collected object to return
Return Value
Type:
ObjectAn object that matches the supplied index.
Remarks Note that if the item is not found, then null is returned. No exception is thrown.
See Also