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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.WindowsFormsInteraction.ComTypes Namespace > _UAWindowsFormsInteractionPluginParameters Interface : UseParallelNotifier Property
Determines whether to show notifications to the user in parallel, in one common dialog.
Syntax
'Declaration
 
Property UseParallelNotifier As Boolean
'Usage
 
Dim instance As _UAWindowsFormsInteractionPluginParameters
Dim value As Boolean
 
instance.UseParallelNotifier = value
 
value = instance.UseParallelNotifier
bool UseParallelNotifier {get; set;}
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 Interface
_UAWindowsFormsInteractionPluginParameters Members