TraceListenerNode.Filter Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
Gets or sets the filter.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.TraceListeners
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.dll)
Syntax
'Declaration
Public Property Filter As SourceLevels
public SourceLevels Filter { get; set; }
public:
property SourceLevels Filter {
SourceLevels get ();
void set (SourceLevels value);
}
public function get Filter () : SourceLevels
public function set Filter (value : SourceLevels)
Field Value
One of the SourceLevels value.
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.TraceListeners Namespace