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