This object's indexer.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PicklistItem this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PicklistItem
Get
Parameters
- index
- Type: SystemInt32
The zero-based index for the item.
Return Value
Type:
PicklistItemThe PickListItem at the given index.
See Also