QuickOPC User's Guide and Reference
ToUAEndpointDescriptorCollection Method (_UADiscoveryElementCollection)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery.ComTypes Namespace > _UADiscoveryElementCollection Interface : ToUAEndpointDescriptorCollection Method
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Function ToUAEndpointDescriptorCollection() As UAEndpointDescriptorCollection
'Usage
 
Dim instance As _UADiscoveryElementCollection
Dim value As UAEndpointDescriptorCollection
 
value = instance.ToUAEndpointDescriptorCollection()
[ElementsNotNull()]
[NotNull()]
UAEndpointDescriptorCollection ToUAEndpointDescriptorCollection()
[ElementsNotNull()]
[NotNull()]
UAEndpointDescriptorCollection^ ToUAEndpointDescriptorCollection(); 
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