QuickOPC User's Guide and Reference
TypeId Property (_UASimpleAttributeOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering.ComTypes Namespace > _UASimpleAttributeOperand Interface : TypeId Property
Node ID (descriptor) of a type definition.
Syntax
'Declaration
 
<NotNullAttribute()>
Property TypeId As UANodeDescriptor
'Usage
 
Dim instance As _UASimpleAttributeOperand
Dim value As UANodeDescriptor
 
instance.TypeId = value
 
value = instance.TypeId
[NotNull()]
UANodeDescriptor TypeId {get; set;}
[NotNull()]
property UANodeDescriptor^ TypeId {
   UANodeDescriptor^ get();
   void set (    UANodeDescriptor^ 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