'Declaration Property AutoUpdate As Boolean
'Usage Dim instance As IAutoFilter Dim value As Boolean instance.AutoUpdate = value value = instance.AutoUpdate
bool AutoUpdate {get; set;}
Property Value
true
if the filter update automatically; otherwise, false
.