QuickOPC User's Guide and Reference
MappingSource Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientDataMapping Class : MappingSource Property
Contains a mapping source of this mapping.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Shadows ReadOnly Property MappingSource As UAClientDataMappingSource
'Usage
 
Dim instance As UAClientDataMapping
Dim value As UAClientDataMappingSource
 
instance.MappingSource = value
 
value = instance.MappingSource
[CanBeNull()]
public new UAClientDataMappingSource MappingSource {get;}
[CanBeNull()]
public:
new property UAClientDataMappingSource^ MappingSource {
   UAClientDataMappingSource^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UAClientDataMapping Class
UAClientDataMapping Members