'Declaration<JetBrains.Annotations.NotNullAttribute()> Function ToUAEndpointDescriptor() As UAEndpointDescriptor
'UsageDim instance As _UADiscoveryElement Dim value As UAEndpointDescriptor value = instance.ToUAEndpointDescriptor()
[JetBrains.Annotations.NotNull()] UAEndpointDescriptor ToUAEndpointDescriptor()
[JetBrains.Annotations.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).