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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > MappedObject Class : Mappings Property
An enumeration of mappings defined directly on the target object.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<MetaMemberAttribute("Mappings")>
Public Property Mappings As IEnumerable(Of AbstractMapping)
'Usage
 
Dim instance As MappedObject
Dim value As IEnumerable(Of AbstractMapping)
 
instance.Mappings = value
 
value = instance.Mappings
[CanBeNull()]
[DefaultValue("")]
[MetaMember("Mappings")]
public IEnumerable<AbstractMapping> Mappings {get; set;}
[CanBeNull()]
[DefaultValue("")]
[MetaMember("Mappings")]
public:
property IEnumerable<AbstractMapping^>^ Mappings {
   IEnumerable<AbstractMapping^>^ get();
   void set (    IEnumerable<AbstractMapping^>^ value);
}
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