QuickOPC User's Guide and Reference
UserInteractionParameters Property (UAClientEngineParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAClientEngineParameters Class : UserInteractionParameters Property
Contains parameters that influence the interaction of the component with the user.
Syntax
'Declaration
 
Public Property UserInteractionParameters As UAUserInteractionParameters
'Usage
 
Dim instance As UAClientEngineParameters
Dim value As UAUserInteractionParameters
 
instance.UserInteractionParameters = value
 
value = instance.UserInteractionParameters
public UAUserInteractionParameters UserInteractionParameters {get; set;}
public:
property UAUserInteractionParameters^ UserInteractionParameters {
   UAUserInteractionParameters^ get();
   void set (    UAUserInteractionParameters^ value);
}
Remarks

In order to obtain or modify this parameter, access the EasyUASharedParameters.EngineParameters property of static OpcLabs.EasyOpc.UA.EasyUAClient.SharedParameters.

Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

UAClientEngineParameters Class
UAClientEngineParameters Members