Class CategoryFilterEntry
- Assembly
- Microsoft.Practices.EnterpriseLibrary.Logging.dll
Represents a single CategoryFilterEntry configuration settings.
public class CategoryFilterEntry : NamedConfigurationElement
- Inheritance
-
CategoryFilterEntry
Constructors
CategoryFilterEntry()
Initialize a new instance of the CategoryFilterData class.
public CategoryFilterEntry()
CategoryFilterEntry(string)
Initialize a new instance of the CategoryFilterData class with a name.
public CategoryFilterEntry(string name)
Parameters
name
stringThe name of the CategoryFilterData.
Properties
Name
Gets or sets the name of the element.
public override string Name { get; set; }
Property Value
- string
The name of the element.
Remarks
Overriden in order to annotate with designtime attribute.