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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAItemPropertyRecord Class : EUType Property
Gets or sets Item EU Type.
Syntax
'Declaration
 
Public Property EUType As Integer
'Usage
 
Dim instance As DAItemPropertyRecord
Dim value As Integer
 
instance.EUType = value
 
value = instance.EUType
public int EUType {get; set;}
public:
property int EUType {
   int get();
   void set (    int 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