Click or drag to resize

PicklistGetValue Method

Returns the value of the object matching the supplied display text.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object GetValue(
	string displayText
)

Parameters

displayText
Type: SystemString
The display text to match.

Return Value

Type: Object
The value matching the display text
See Also