QuickOPC User's Guide and Reference
ValueName Property (_EnumerationData)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _EnumerationData Interface : ValueName Property
The name of the current value.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property ValueName As String
'Usage
 
Dim instance As _EnumerationData
Dim value As String
 
value = instance.ValueName
[NotNull()]
string ValueName {get;}
[NotNull()]
property String^ ValueName {
   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