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; }
Public ReadOnly Property AltInt As Integer
Get
Property Value
Type:
Int32See Also