QuickOPC User's Guide and Reference
DefaultPluginConfigurations Property (EasyDAInstanceParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDAInstanceParameters Class : DefaultPluginConfigurations Property
Default plug-in configurations.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultPluginConfigurations As ConfigurationPartCollection
'Usage
 
Dim value As ConfigurationPartCollection
 
value = EasyDAInstanceParameters.DefaultPluginConfigurations
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public static ConfigurationPartCollection DefaultPluginConfigurations {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public:
static property ConfigurationPartCollection^ DefaultPluginConfigurations {
   ConfigurationPartCollection^ get();
}
Requirements

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

See Also