QuickOPC User's Guide and Reference
TypeDefinition Property (_UANodeElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.ComTypes Namespace > _UANodeElement Interface : TypeDefinition Property
Type Id of the type of this node.
Syntax
'Declaration
 
<NotNullAttribute()>
Property TypeDefinition As UANodeId
'Usage
 
Dim instance As _UANodeElement
Dim value As UANodeId
 
instance.TypeDefinition = value
 
value = instance.TypeDefinition
[NotNull()]
UANodeId TypeDefinition {get; set;}
[NotNull()]
property UANodeId^ TypeDefinition {
   UANodeId^ get();
   void set (    UANodeId^ value);
}
Remarks
typeDefinition:
"Type definitions are only available for the NodeClasses Object and Variable. For all other NodeClasses a null NodeId shall be returned."
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