OPC Studio User's Guide and Reference
ItemType Property (DAItemMapping)



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