'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); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).