QuickOPC User's Guide and Reference
Mappings Property (DAPropertySource)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAPropertySource Class : Mappings Property
The mappings associated with this mapping source.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Protected Shadows ReadOnly Property Mappings As IEnumerable(Of DAPropertyMapping)
'Usage
 
Dim instance As DAPropertySource
Dim value As IEnumerable(Of DAPropertyMapping)
 
value = instance.Mappings
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
protected new IEnumerable<DAPropertyMapping> Mappings {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
protected:
new property IEnumerable<DAPropertyMapping^>^ Mappings {
   IEnumerable<DAPropertyMapping^>^ get();
}
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