QuickOPC User's Guide and Reference
ServiceProvider Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > UserValueControl Class : ServiceProvider Property
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public ReadOnly Property ServiceProvider As IServiceProvider
'Usage
 
Dim instance As UserValueControl
Dim value As IServiceProvider
 
value = instance.ServiceProvider
[Browsable(false)]
[NotNull()]
public IServiceProvider ServiceProvider {get;}
[Browsable(false)]
[NotNull()]
public:
property IServiceProvider^ ServiceProvider {
   IServiceProvider^ 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