OPC Studio User's Guide and Reference
DataMappings Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAMappedNode Class : DataMappings Property
An enumeration of OPC-UA data mappings defined directly on the target object.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public ReadOnly Property DataMappings As IEnumerable(Of UAMapping)
'Usage
 
Dim instance As UAMappedNode
Dim value As IEnumerable(Of UAMapping)
 
value = instance.DataMappings
[CanBeNull()]
public IEnumerable<UAMapping> DataMappings {get;}
[CanBeNull()]
public:
property IEnumerable<UAMapping^>^ DataMappings {
   IEnumerable<UAMapping^>^ get();
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

Remarks
This property intentionally returns an "enumerable" of UAMapping and not UAClientDataMapping, because that's what methods on UAClientMapper can accept directly.
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