AvailableValuesCollectionTryGetDisplayText Method |
Gets the display text associated with a specified value.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool TryGetDisplayText(
Object value,
out string?? displayText
)
Public Function TryGetDisplayText (
value As Object,
<OutAttribute> ByRef displayText As String
) As Boolean
public:
bool TryGetDisplayText(
Object^ value,
[OutAttribute] String^% displayText
)
member TryGetDisplayText :
value : Object *
displayText : string byref -> bool Parameters
- value Object
- The value.
- displayText String
-
When this method returns, contains the display text associated with the specified value, if the value is found;
otherwise, . This parameter is passed uninitialized.
Return Value
Boolean if the collection contains the specified value; otherwise,
.
See Also