Gets or sets a value to remove the items that have successfully completed from the displayed items queue.
bool RemoveCompletedItems {get; set;}
'Declaration
Property RemoveCompletedItems As Boolean
'Usage
Dim instance As IQueueManagerView
Dim value As Boolean
instance.RemoveCompletedItems = value
value = instance.RemoveCompletedItems
__property bool get_RemoveCompletedItems();
__property void set_RemoveCompletedItems(
bool value
);
property bool RemoveCompletedItems {
bool get();
void set ( bool value);
}
Property Value
true to remove the successfully completed items from the displayed items queue; otherwise, it is false.