PicklistItemInfo Property |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PicklistItemInfo ItemInfo { get; set; }
Public Property ItemInfo As PicklistItemInfo
Get
Set
Property Value
Type:
PicklistItemInfoRemarks
Note that a null reference will never be returned. If an
PicklistItemInfo object
was not specified when the picklist was created (this should only be the
case with programmatically created picklists), a default
PicklistItemInfo object
will be constructed and returned.
See Also