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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAItemPropertyRecord Class : DataType Property
Gets or sets Item Canonical DataType.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property DataType As VarType
'Usage
 
Dim instance As DAItemPropertyRecord
Dim value As VarType
 
instance.DataType = value
 
value = instance.DataType
[NotNull()]
public VarType DataType {get; set;}
[NotNull()]
public:
property VarType^ DataType {
   VarType^ get();
   void set (    VarType^ value);
}
Requirements

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

See Also

Reference

DAItemPropertyRecord Class
DAItemPropertyRecord Members