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