'Declaration
<NotNullAttribute()> Function ToUAEndpointDescriptor() As UAEndpointDescriptor
'Usage
Dim instance As _UADiscoveryElement Dim value As UAEndpointDescriptor value = instance.ToUAEndpointDescriptor()
[NotNull()] UAEndpointDescriptor ToUAEndpointDescriptor()
[NotNull()] UAEndpointDescriptor^ ToUAEndpointDescriptor();
Return Value
Returns an endpoint descriptor that can be used for connecting to the OPC server.
This method never returns null
(Nothing
in Visual Basic).