'Declaration
<NotNullAttribute()> Property ProtocolName As String
'Usage
Dim instance As _UAEndpointSelectionPolicy Dim value As String instance.ProtocolName = value value = instance.ProtocolName
[NotNull()] string ProtocolName {get; set;}
'Declaration
<NotNullAttribute()> Property ProtocolName As String
'Usage
Dim instance As _UAEndpointSelectionPolicy Dim value As String instance.ProtocolName = value value = instance.ProtocolName
[NotNull()] string ProtocolName {get; set;}
An empty string allows any protocol. For available protocol names, see OpcLabs.EasyOpc.UA.Engine.UAProtocolNames.
Example values:
In order to obtain or modify this parameter, in the default state (when OpcLabs.EasyOpc.UA.EasyUAClientCore.Isolated equals to false
), access EndpointSelectionPolicy property of OpcLabs.EasyOpc.UA.Engine.UAClientAdaptableParameters.SessionParameters property of static OpcLabs.EasyOpc.UA.EasyUAClientCore.AdaptableParameters. If you have set OpcLabs.EasyOpc.UA.EasyUAClientCore.Isolated to true
, you need to access EndpointSelectionPolicy property of OpcLabs.EasyOpc.UA.Engine.UAClientAdaptableParameters.SessionParameters property of OpcLabs.EasyOpc.UA.EasyUAClientCore.IsolatedParameters.
Alternatively, you can override the endpoint selection policy for a specific endpoint by setting it to a non-null
value in OpcLabs.EasyOpc.UA.UAEndpointDescriptor.EndpointSelectionPolicy.