OPC Studio User's Guide and Reference
VirtualDefaultPluginConfigurations Property (EasyUAServerSharedParameters)



OpcLabs.ServerOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > EasyUAServerSharedParameters Class : VirtualDefaultPluginConfigurations Property
Infrastructure.
Syntax
'Declaration
 
Protected Overrides NotOverridable ReadOnly Property VirtualDefaultPluginConfigurations As ConfigurationPartCollection
'Usage
 
Dim instance As EasyUAServerSharedParameters
Dim value As ConfigurationPartCollection
 
value = instance.VirtualDefaultPluginConfigurations
protected override ConfigurationPartCollection VirtualDefaultPluginConfigurations {get;}
protected:
property ConfigurationPartCollection^ VirtualDefaultPluginConfigurations {
   ConfigurationPartCollection^ get() override;
}
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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