[]
Represents a way to retrieve property values.
public interface IPropertyBag
| Name | Description |
|---|---|
| PropertyNames | Gets the names of the properties contained in the bag. |
| Name | Description |
|---|---|
| GetPropertyContent(string) | Gets the content for the named property without evaluation. |
| GetValue(string) | Gets the value for the named property. |