QuickOPC User's Guide and Reference
IsItem Property (_DANodeElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes Namespace > _DANodeElement Interface : IsItem Property
This element is an item, i.e. it is a leaf but not a hint.
Syntax
'Declaration
 
ReadOnly Property IsItem As Boolean
'Usage
 
Dim instance As _DANodeElement
Dim value As Boolean
 
value = instance.IsItem
bool IsItem {get;}
property bool IsItem {
   bool 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