Click or drag to resize

PicklistItemAltInt Property

Returns the alternate integer. The alternate integer will be used as the key for the picklist item if the PicklistAttrs.StoreAltInt attribute is set. If not, alternate integer provides a way to associate locale-insensitive integer data with a picklist item.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int AltInt { get; }

Property Value

Type: Int32
See Also