QuickOPC User's Guide and Reference
HostParameters Property (UASmartClientIsolator)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UASmartClientIsolator Class : HostParameters Property
Contains parameters that influence the behavior of the component on the host level.
Syntax
'Declaration
 
Public Property HostParameters As UAHostParameters
'Usage
 
Dim instance As UASmartClientIsolator
Dim value As UAHostParameters
 
instance.HostParameters = value
 
value = instance.HostParameters
public UAHostParameters HostParameters {get; set;}
public:
property UAHostParameters^ HostParameters {
   UAHostParameters^ get();
   void set (    UAHostParameters^ value);
}
Remarks

In order to obtain or modify this parameter, in the default state (when OpcLabs.EasyOpc.UA.EasyUAClient.Isolated equals to false), access static OpcLabs.EasyOpc.UA.EasyUAClient.AdaptableParameters. If you have set OpcLabs.EasyOpc.UA.EasyUAClient.Isolated to true, you need to access OpcLabs.EasyOpc.UA.EasyUAClient.IsolatedParameters.

Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UASmartClientIsolator Class
UASmartClientIsolator Members