QuickOPC User's Guide and Reference
PluginSetups Property (_EasyDAInstanceParameters)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDAInstanceParameters Interface : PluginSetups Property
Setups of plug-ins for the client object instance.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property PluginSetups As PluginSetupCollection
'Usage
 
Dim instance As _EasyDAInstanceParameters
Dim value As PluginSetupCollection
 
instance.PluginSetups = value
 
value = instance.PluginSetups
[ElementsNotNull()]
[NotNull()]
PluginSetupCollection PluginSetups {get; set;}
[ElementsNotNull()]
[NotNull()]
property PluginSetupCollection^ PluginSetups {
   PluginSetupCollection^ get();
   void set (    PluginSetupCollection^ value);
}
Remarks

In order to obtain or modify this parameter, access OpcLabs.EasyOpc.DataAccess.EasyDAClient.InstanceParameters.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_EasyDAInstanceParameters Interface
_EasyDAInstanceParameters Members