Click or drag to resize

Properties Properties

The Properties type exposes the following members.

Properties
 NameDescription
Public propertyCount 
Public propertyDictionaryEntries 
Public propertyIsDirty 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.
Public propertyItem Retrieves a string value from this Properties-container. Using this indexer is equivalent to calling Get(key, string.Empty).
Public propertyKeys Gets the keys that are in use by this properties container.
Public propertyParent Gets the parent property container.
Top
See Also