QuickOPC User's Guide and Reference
ItemType Property (DAItemAttribute)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAItemAttribute Class : ItemType Property
The type of OPC item.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property ItemType As Type
'Usage
 
Dim instance As DAItemAttribute
Dim value As Type
 
instance.ItemType = value
 
value = instance.ItemType
[NotNull()]
public Type ItemType {get; set;}
[NotNull()]
public:
property Type^ ItemType {
   Type^ get();
   void set (    Type^ 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