QuickOPC User's Guide and Reference
Mapping Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > ValidationException Class : Mapping Property
The mapping associated with this exception.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property Mapping As AbstractMapping
'Usage
 
Dim instance As ValidationException
Dim value As AbstractMapping
 
instance.Mapping = value
 
value = instance.Mapping
[NotNull()]
public AbstractMapping Mapping {get;}
[NotNull()]
public:
property AbstractMapping^ Mapping {
   AbstractMapping^ 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