QuickOPC User's Guide and Reference
GdsEndpointDescriptor Property (_UAClientServerEngineParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UAClientServerEngineParameters Interface : GdsEndpointDescriptor Property
The endpoint descriptor of the Global Discover Server (GDS) that will be used for performing the discovery.
Syntax
'Declaration
 
<NotNullAttribute()>
Property GdsEndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim instance As _UAClientServerEngineParameters
Dim value As UAEndpointDescriptor
 
instance.GdsEndpointDescriptor = value
 
value = instance.GdsEndpointDescriptor
[NotNull()]
UAEndpointDescriptor GdsEndpointDescriptor {get; set;}
[NotNull()]
property UAEndpointDescriptor^ GdsEndpointDescriptor {
   UAEndpointDescriptor^ get();
   void set (    UAEndpointDescriptor^ value);
}
Remarks

In order to obtain or modify this parameter, access OpcLabs.EasyOpc.UA.EasyUAClientCore.InstanceParameters.

Not directly used on COM platform by any of the OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient methods, because wherever applicable, they always include an argument that specifies this value explicitly.

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