OPC Studio User's Guide and Reference
Mappings Property (AbstractMapper)



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