Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PicklistItem GetItem(
Object keyValue,
string discrim,
GetListOptions options
)
Public Function GetItem (
keyValue As Object,
discrim As String,
options As GetListOptions
) As PicklistItem
Parameters
- keyValue
- Type: SystemObject
The key of the item for which to search. - discrim
- Type: SystemString
The discrim, if any, of the item for which to search. - options
- Type: NetQuarryGetListOptions
Options specifying how to search for the item.
Return Value
Type:
PicklistItemThe item, if found, else null.
See Also