OPC Studio User's Guide and Reference
SetEndpointDescriptors Method (UADataDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UADataDialog Class : SetEndpointDescriptors Method
The endpoint descriptors.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value can be null (Nothing in Visual Basic).

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.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value can be null (Nothing in Visual Basic).

Remarks
This member is exposed mainly for COM interoperability.

This member is not compatible with VBScript.

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