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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > EnumerationData Class : DataType Property
The associated enumeration data type.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Collapsed)>
Public Shadows Property DataType As EnumerationDataType
'Usage
 
Dim instance As EnumerationData
Dim value As EnumerationDataType
 
instance.DataType = value
 
value = instance.DataType
[DebuggerBrowsable(DebuggerBrowsableState.Collapsed)]
public new EnumerationDataType DataType {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Collapsed)]
public:
new property EnumerationDataType^ DataType {
   EnumerationDataType^ get();
   void set (    EnumerationDataType^ value);
}
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