QuickOPC User's Guide and Reference
SetEndpointDescriptors Method (UADataDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UADataDialog Class : SetEndpointDescriptors Method
The endpoint descriptors.
Set the array of endpoint descriptor objects.
Syntax
'Declaration
 
Public Sub SetEndpointDescriptors( _
   ByRef endpointDescriptors() As UAEndpointDescriptor _
) 
'Usage
 
Dim instance As UADataDialog
Dim endpointDescriptors() As UAEndpointDescriptor
 
instance.SetEndpointDescriptors(endpointDescriptors)
public void SetEndpointDescriptors( 
   ref UAEndpointDescriptor[] endpointDescriptors
)
public:
void SetEndpointDescriptors( 
   array<UAEndpointDescriptor^>^% endpointDescriptors
) 

Parameters

endpointDescriptors
The endpoint descriptors.
Remarks
This member is exposed mainly for COM interoperability.
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