'Declaration
<NullableDataAttribute()> <XmlIgnoreAttribute()> Public Property EventFilter As UAEventFilter
'Usage
Dim instance As UAMonitoringParameters Dim value As UAEventFilter instance.EventFilter = value value = instance.EventFilter
[NullableData()] [XmlIgnore()] public UAEventFilter EventFilter {get; set;}
[NullableData()] [XmlIgnore()] public: property UAEventFilter^ EventFilter { UAEventFilter^ get(); void set ( UAEventFilter^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.