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