QuickOPC User's Guide and Reference
ClientMappings Property



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientMapper Class : ClientMappings Property
The client mappings in this mapper.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public ReadOnly Property ClientMappings As IEnumerable(Of IDAClientMapping)
'Usage
 
Dim instance As DAClientMapper
Dim value As IEnumerable(Of IDAClientMapping)
 
value = instance.ClientMappings
[Browsable(false)]
[NotNull()]
public IEnumerable<IDAClientMapping> ClientMappings {get;}
[Browsable(false)]
[NotNull()]
public:
property IEnumerable<IDAClientMapping^>^ ClientMappings {
   IEnumerable<IDAClientMapping^>^ 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