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



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