'Declaration
<NotNullAttribute()> Property DiscoveryHost As String
'Usage
Dim instance As _EasyUAInstanceParameters Dim value As String instance.DiscoveryHost = value value = instance.DiscoveryHost
[NotNull()] string DiscoveryHost {get; set;}
'Declaration
<NotNullAttribute()> Property DiscoveryHost As String
'Usage
Dim instance As _EasyUAInstanceParameters Dim value As String instance.DiscoveryHost = value value = instance.DiscoveryHost
[NotNull()] string DiscoveryHost {get; set;}
In order to obtain or modify this parameter, access OpcLabs.EasyOpc.UA.EasyUAClientCore.InstanceParameters.
Not directly used on COM platform by any of the OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient methods, because wherever applicable, they always include an argument that specifies this value explicitly.
See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC.