OPC Studio User's Guide and Reference
MonitoringParameters Property (UAClientDataMappingSource)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientDataMappingSource Class : MonitoringParameters Property
Contains monitoring parameters (such as the sampling interval, and optional data change filter).
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public ReadOnly Property MonitoringParameters As UAMonitoringParameters
 
'Usage
 
Dim instance As UAClientDataMappingSource
Dim value As UAMonitoringParameters
 
instance.MonitoringParameters = value
 
value = instance.MonitoringParameters

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

Returns the monitoring parameters object.
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