Public Methods | Description |
---|---|
bool Contains(string key) | Checks if a property with the given key exists in the properties list. |
Property Get(string key) | Retrieves a property with the given key from the properties list. |
string Get(string key, string defaultValue) | Retrieves the value of a property with the given key from the properties list. If no property with the given key is found, returns the default value specified. |
void Set(string key, string value) | Sets the value of a property with the given key in the properties list. |