QuickOPC User's Guide and Reference
UseParallelNotifier Property (UAWindowsFormsInteractionPluginParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.WindowsFormsInteraction Namespace > UAWindowsFormsInteractionPluginParameters Class : UseParallelNotifier Property
Determines whether to show notifications to the user in parallel, in one common dialog.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(True)>
Public Property UseParallelNotifier As Boolean
'Usage
 
Dim instance As UAWindowsFormsInteractionPluginParameters
Dim value As Boolean
 
instance.UseParallelNotifier = value
 
value = instance.UseParallelNotifier
[DataMember()]
[DefaultValue(true)]
public bool UseParallelNotifier {get; set;}
[DataMember()]
[DefaultValue(true)]
public:
property bool UseParallelNotifier {
   bool get();
   void set (    bool value);
}
Requirements

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

See Also

Reference

UAWindowsFormsInteractionPluginParameters Class
UAWindowsFormsInteractionPluginParameters Members