OPC Studio User's Guide and Reference
EndpointSelectionPolicy Property (IUAReadOnlyDiscoveryElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > IUAReadOnlyDiscoveryElement Interface : EndpointSelectionPolicy Property
The endpoint selection policy associated with the endpoint.
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property EndpointSelectionPolicy As UAEndpointSelectionPolicy
'Usage
 
Dim instance As IUAReadOnlyDiscoveryElement
Dim value As UAEndpointSelectionPolicy
 
value = instance.EndpointSelectionPolicy
[CanBeNull()]
UAEndpointSelectionPolicy EndpointSelectionPolicy {get;}
[CanBeNull()]
property UAEndpointSelectionPolicy^ EndpointSelectionPolicy {
   UAEndpointSelectionPolicy^ get();
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

Remarks

Determines how the UA client chooses the endpoint from the endpoints provided by the UA server. It is used in conjunction with non-empty EndpointUriString.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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