Properties Properties |
The Properties type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | |
![]() | DictionaryEntries | |
![]() | IsDirty | Gets/Sets whether this properties container is dirty. IsDirty automatically gets set to true when a property in this container (or a nested container) changes. |
![]() | Item | Retrieves a string value from this Properties-container. Using this indexer is equivalent to calling Get(key, string.Empty). |
![]() | Keys | Gets the keys that are in use by this properties container. |
![]() | Parent | Gets the parent property container. |