PropertyObject.GetValueDisplayName

Syntax

PropertyObject.GetValueDisplayName( lookupString, options)

Return Value

String

Returns the display name for the value of the property. If there is no display name, a string representation of the actual value is returned.

Purpose

Returns the display value of the property that the lookupString parameter specifies.

Parameters

lookupString As String

[In] Pass an empty string to denote the PropertyObject to which the method applies, or pass the name of a subproperty within the PropertyObject. You can also pass lookup strings to this parameter.

options As Long

[In] Reserved for future use. Pass 0.

See Also

Lookup Strings

PropertyObject.GetFormattedValue

PropertyObject.Name

PropertyObject.GetDisplayNames

Thread Safety of the PropertyObject API and TestStand Variables