QuickOPC User's Guide and Reference
ItemDescriptor Property (DAClientItemSource)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientItemSource Class : ItemDescriptor Property
The OPC item involved in the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property ItemDescriptor As DAItemDescriptor
'Usage
 
Dim instance As DAClientItemSource
Dim value As DAItemDescriptor
 
value = instance.ItemDescriptor
[NotNull()]
public DAItemDescriptor ItemDescriptor {get;}
[NotNull()]
public:
property DAItemDescriptor^ ItemDescriptor {
   DAItemDescriptor^ 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