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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel.ComTypes Namespace > _UANodeArguments Interface : EndpointDescriptor Property
Contains the endpoint descriptor, i.e. the data defining a connection to the OPC-UA Server (mainly, its URL string).
Syntax
'Declaration
 
<NotNullAttribute()>
Property EndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim instance As _UANodeArguments
Dim value As UAEndpointDescriptor
 
instance.EndpointDescriptor = value
 
value = instance.EndpointDescriptor
[NotNull()]
UAEndpointDescriptor EndpointDescriptor {get; set;}
[NotNull()]
property UAEndpointDescriptor^ EndpointDescriptor {
   UAEndpointDescriptor^ get();
   void set (    UAEndpointDescriptor^ 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