Active is True if the filter is active, otherwise False.
Delphi
propertyActive: boolean;
C++
__property boolean Active;
Remarks
If the filter is inactive, the server will not send event notifications to the client based on this filter and has no responsibility to buffer or maintain event notifications. Thus event notifications may be lost.