QuickOPC User's Guide and Reference
PluginConfigurations Property (_EasyAEInstanceParameters)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine.ComTypes Namespace > _EasyAEInstanceParameters Interface : PluginConfigurations Property
Configurations of plug-ins for the client object instance.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property PluginConfigurations As ConfigurationPartCollection
'Usage
 
Dim instance As _EasyAEInstanceParameters
Dim value As ConfigurationPartCollection
 
instance.PluginConfigurations = value
 
value = instance.PluginConfigurations
[ElementsNotNull()]
[NotNull()]
ConfigurationPartCollection PluginConfigurations {get; set;}
[ElementsNotNull()]
[NotNull()]
property ConfigurationPartCollection^ PluginConfigurations {
   ConfigurationPartCollection^ get();
   void set (    ConfigurationPartCollection^ 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

_EasyAEInstanceParameters Interface
_EasyAEInstanceParameters Members