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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery.ComTypes Namespace > _UAGlobalApplicationDiscoveryQuery 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 _UAGlobalApplicationDiscoveryQuery
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);
}
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