EAPCollectionBaseSetItem Method (String, Object) |
Sets an item's value at the string index indicated by the parameters.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void SetItem(
string index,
Object value
)
Protected Sub SetItem (
index As String,
value As Object
)
Parameters
- index
- Type: SystemString
The name of the collected object to reference - value
- Type: SystemObject
The value object to set as the items value.
Remarks Note that if the item is not found, then it is added. No exception is thrown.
See Also