QuickOPC 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()>
<DefaultValueAttribute("")>
Public ReadOnly Property DataMappings As IEnumerable(Of UAMapping)
'Usage
 
Dim instance As UAMappedNode
Dim value As IEnumerable(Of UAMapping)
 
value = instance.DataMappings
[CanBeNull()]
[DefaultValue("")]
public IEnumerable<UAMapping> DataMappings {get;}
[CanBeNull()]
[DefaultValue("")]
public:
property IEnumerable<UAMapping^>^ DataMappings {
   IEnumerable<UAMapping^>^ get();
}
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