QuickOPC User's Guide and Reference
NodeAttribute Property (UAMemberMappingDefinition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAMemberMappingDefinition Class : NodeAttribute Property
Contains the UANode attribute, if present for this member.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property NodeAttribute As UANodeAttribute
'Usage
 
Dim instance As UAMemberMappingDefinition
Dim value As UANodeAttribute
 
instance.NodeAttribute = value
 
value = instance.NodeAttribute
[CanBeNull()]
public UANodeAttribute NodeAttribute {get; set;}
[CanBeNull()]
public:
property UANodeAttribute^ NodeAttribute {
   UANodeAttribute^ get();
   void set (    UANodeAttribute^ 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