QuickOPC User's Guide and Reference
EndpointAttribute Property



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