QuickOPC User's Guide and Reference
ValueDisplayName Property (EnumerationData)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > EnumerationData Class : ValueDisplayName Property
The display name of the current value.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public ReadOnly Property ValueDisplayName As String
'Usage
 
Dim instance As EnumerationData
Dim value As String
 
value = instance.ValueDisplayName
[DefaultValue("")]
public string ValueDisplayName {get;}
[DefaultValue("")]
public:
property String^ ValueDisplayName {
   String^ get();
}
Remarks
An empty string if an enumeration data type is not associated with the enumeration data, or if the current value does not correspond to a name of some enumeration member.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also