KeyedListItem Property (Int32) |
Gets or sets the value associated with the specified index
Namespace:
WorkflowGen.My.Collections
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.0.3.0 (9.0.3.20240719)
Syntax public Object this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Object
Get
Set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ObjectSee Also