QuickOPC User's Guide and Reference
EndpointDescriptor Property (UAMappingSource)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAMappingSource Class : EndpointDescriptor Property
The OPC-UA server (endpoint) involved in the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property EndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim instance As UAMappingSource
Dim value As UAEndpointDescriptor
 
value = instance.EndpointDescriptor
[NotNull()]
public UAEndpointDescriptor EndpointDescriptor {get;}
[NotNull()]
public:
property UAEndpointDescriptor^ EndpointDescriptor {
   UAEndpointDescriptor^ get();
}
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