QuickOPC User's Guide and Reference
UAClientReadOnlyModelProvider Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace : UAClientReadOnlyModelProvider Class
An OPC-UA read-only model provider that provides the information in runtime by interrogating the OPC-UA servers.
Object Model
UAClientReadOnlyModelProvider ClassIEasyUAClient Interface
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public NotInheritable Class UAClientReadOnlyModelProvider 
   Implements IUAReadOnlyModelProvider 
'Usage
 
Dim instance As UAClientReadOnlyModelProvider
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public sealed class UAClientReadOnlyModelProvider : IUAReadOnlyModelProvider  
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class UAClientReadOnlyModelProvider sealed : public IUAReadOnlyModelProvider  
Inheritance Hierarchy

System.Object
   OpcLabs.EasyOpc.UA.InformationModel.UAClientReadOnlyModelProvider

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