'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Public Property MonitoringAttribute As UAMonitoringAttribute
'Usage
Dim instance As UATypeMappingDefinition Dim value As UAMonitoringAttribute instance.MonitoringAttribute = value value = instance.MonitoringAttribute
[JetBrains.Annotations.CanBeNull()] public UAMonitoringAttribute MonitoringAttribute {get; set;}
[JetBrains.Annotations.CanBeNull()] public: property UAMonitoringAttribute^ MonitoringAttribute { UAMonitoringAttribute^ get(); void set ( UAMonitoringAttribute^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).