FindByKey(Key: String): IAuditFilterObject;
FindByKey(Key: string): Prognoz.Platform.Interop.Metabase.IAuditFilterObject;
Key. Key of searched filter.
The FindByKey method searches a filter in the collection by its key.
The method returns the desired filter parameters in case the search is successful and the Null value, in case the filter with specified key is not found.
See also: