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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAAttributeOperand Class : TypeId Property
Node ID (descriptor) of a type definition.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property TypeId As UANodeDescriptor
'Usage
 
Dim instance As UAAttributeOperand
Dim value As UANodeDescriptor
 
instance.TypeId = value
 
value = instance.TypeId
[DataMember()]
public UANodeDescriptor TypeId {get; set;}
[DataMember()]
public:
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