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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACertificateRequestParameters Class : GdsEndpointDescriptor Property
The endpoint descriptor of the Global Discover Server (GDS) that will be used for performing the operation.
Syntax
'Declaration
 
Public Property GdsEndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim instance As UACertificateRequestParameters
Dim value As UAEndpointDescriptor
 
instance.GdsEndpointDescriptor = value
 
value = instance.GdsEndpointDescriptor
public UAEndpointDescriptor GdsEndpointDescriptor {get; set;}
public:
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