QuickOPC User's Guide and Reference
EndpointSelectionPolicy Property (UADiscoveryElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UADiscoveryElement Class : EndpointSelectionPolicy Property
The endpoint selection policy associated with the endpoint.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=103, 
   ShortName="Endpoint Selection Policy")>
Public Property EndpointSelectionPolicy As UAEndpointSelectionPolicy
'Usage
 
Dim instance As UADiscoveryElement
Dim value As UAEndpointSelectionPolicy
 
instance.EndpointSelectionPolicy = value
 
value = instance.EndpointSelectionPolicy
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=103, 
   ShortName="Endpoint Selection Policy")]
public UAEndpointSelectionPolicy EndpointSelectionPolicy {get; set;}
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=103, 
   ShortName="Endpoint Selection Policy")]
public:
property UAEndpointSelectionPolicy^ EndpointSelectionPolicy {
   UAEndpointSelectionPolicy^ get();
   void set (    UAEndpointSelectionPolicy^ value);
}
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.

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