OPC Studio 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();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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