Filters: IAuditFilterObjects;
The Filters property returns filters contained by the container.
Executing the example requires that container has several filters.
Add a link to the Metabase system assembly.
Sub UserProc;
Var
FilCon: IAuditFiltersContainer;
Begin
FilCon := New AuditFiltersContainer.Create;
FilCon.Load;
Debug.WriteLine(FilCon.Filters.Count);
End Sub UserProc;
After executing the example, the number of filters, that are in a container, is displayed in a console window.
See also: