A class to hold the key and data for a property set in the config file
            
Inheritance Hierarchy
log4net.UtilPropertyEntry
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The PropertyEntry type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PropertyEntry | Initializes a new instance of the PropertyEntry class  | 
Properties
| Name | Description | |
|---|---|---|
| Key | 
            Property Key
              | |
| Value | 
            Property Value
              | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetHashCode | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| MemberwiseClone | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| ToString | 
            Override Object.ToString to return sensible debug info
              (Overrides ObjectToString.) | 
Remarks
A class to hold the key and data for a property set in the config file
See Also