PicklistGetAltText Method |
Returns the alternative text for a specified keyValue.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetAltText(
Object keyValue,
string discrim
)
Public Function GetAltText (
keyValue As Object,
discrim As String
) As String
Parameters
- keyValue
- Type: SystemObject
The key value to search for. - discrim
- Type: SystemString
The discrim, if any, of the item.
Return Value
Type:
StringThe item's alternative text if found, otherwise an empty string.
See Also