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



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _UACertificateRequestParameters Interface : GdsEndpointDescriptor Property
The endpoint descriptor of the Global Discover Server (GDS) that will be used for performing the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Property GdsEndpointDescriptor As UAEndpointDescriptor
 
'Usage
 
Dim instance As _UACertificateRequestParameters
Dim value As UAEndpointDescriptor
 
instance.GdsEndpointDescriptor = value
 
value = instance.GdsEndpointDescriptor
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