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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UADataDialog Interface : EndpointDescriptor Property
Contains data defining a connection to the OPC-UA Server (mainly, its URL string).
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property EndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim instance As _UADataDialog
Dim value As UAEndpointDescriptor
 
instance.EndpointDescriptor = value
 
value = instance.EndpointDescriptor
[CanBeNull()]
UAEndpointDescriptor EndpointDescriptor {get; set;}
[CanBeNull()]
property UAEndpointDescriptor^ EndpointDescriptor {
   UAEndpointDescriptor^ get();
   void set (    UAEndpointDescriptor^ value);
}
Remarks
When UserPickEndpoint is false, this property is only an input for the dialog. When UserPickEndpoint is true, this property is both an input and output for the dialog.
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