Click or drag to resize

PicklistItem Property

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; }

Parameters

index
Type: SystemInt32
The zero-based index for the item.

Return Value

Type: PicklistItem
The PickListItem at the given index.
See Also