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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _EnumerationData Interface : DataType Property
The associated enumeration data type.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property DataType As EnumerationDataType
'Usage
 
Dim instance As _EnumerationData
Dim value As EnumerationDataType
 
instance.DataType = value
 
value = instance.DataType
[CanBeNull()]
EnumerationDataType DataType {get; set;}
[CanBeNull()]
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