PicklistItemValueStatus Method (String, String, String) |
Determine the
PicklistItemStatus of a value in the picklist also returning the item's
displayText.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PicklistItemStatus ItemValueStatus(
string val,
string discrim,
out string displayText
)
Public Function ItemValueStatus (
val As String,
discrim As String,
<OutAttribute> ByRef displayText As String
) As PicklistItemStatus
Parameters
- val
- Type: SystemString
The value in question. - discrim
- Type: SystemString
The discriminator value, if any. - displayText
- Type: SystemString
The display text for the item.
Return Value
Type:
PicklistItemStatusThe status of the item in the picklist.
See Also