QuickOPC User's Guide and Reference
PropertyMappings Property



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAMappedNode Class : PropertyMappings Property
An enumeration of OPC-DA property mappings defined directly on the target object.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
Public ReadOnly Property PropertyMappings As IEnumerable(Of AbstractMapping)
'Usage
 
Dim instance As DAMappedNode
Dim value As IEnumerable(Of AbstractMapping)
 
value = instance.PropertyMappings
[CanBeNull()]
[DefaultValue("")]
public IEnumerable<AbstractMapping> PropertyMappings {get;}
[CanBeNull()]
[DefaultValue("")]
public:
property IEnumerable<AbstractMapping^>^ PropertyMappings {
   IEnumerable<AbstractMapping^>^ get();
}
Remarks
This property intentionally returns an enumerable of OpcLabs.BaseLib.LiveMapping.AbstractMapping and not DAPropertyMapping, because that's what methods on DAMapper 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