IPropertyCollection Interface |
Namespace: Mastersign.Bench.PropertyCollections
The IPropertyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CanGetValue |
Checks, whether this object can retrieve the value for the specified property, or not.
(Inherited from IPropertySource.) | |
| ContainsValue |
Checks, whether this collection contains the specified property.
| |
| GetValue(String) |
Gets the value of the specified property.
(Inherited from IPropertySource.) | |
| GetValue(String, Object) |
Gets the value of the specified property, or a given default value,
in case the specified property does not exist.
| |
| PropertyNames |
Gets the names from all existing properties.
| |
| ResetValue |
Resets the specified property.
(Inherited from IPropertyTarget.) | |
| SetValue |
Sets the value of the specified property.
If the property did exist until now, it is created.
(Inherited from IPropertyTarget.) |