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
)
Public Function GetValue (
displayText As String
) As Object
Parameters
- displayText
- Type: SystemString
The display text to match.
Return Value
Type:
ObjectThe value matching the display text
See Also