QuickOPC User's Guide and Reference
MonitoringAttribute Property (UAMemberMappingDefinition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAMemberMappingDefinition Class : MonitoringAttribute Property
Contains the UAMonitoring attribute, if present for this member.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property MonitoringAttribute As UAMonitoringAttribute
'Usage
 
Dim instance As UAMemberMappingDefinition
Dim value As UAMonitoringAttribute
 
instance.MonitoringAttribute = value
 
value = instance.MonitoringAttribute
[CanBeNull()]
public UAMonitoringAttribute MonitoringAttribute {get; set;}
[CanBeNull()]
public:
property UAMonitoringAttribute^ MonitoringAttribute {
   UAMonitoringAttribute^ get();
   void set (    UAMonitoringAttribute^ 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