OPC Studio User's Guide and Reference
ValueName Property (EnumerationData)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > EnumerationData Class : ValueName Property
The name of the current value.
Syntax
'Declaration
 
Public ReadOnly Property ValueName As String
'Usage
 
Dim instance As EnumerationData
Dim value As String
 
value = instance.ValueName
public string ValueName {get;}
public:
property String^ ValueName {
   String^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The default value of this property is "" (String.Empty).

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