PropertyCollection Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Count | Gets the number of properties in this collection. |
| Item | Gets the specified property. |
| PropertyNames | Gets the names of the properties in this collection. |
| Values | Gets the values of the properties in this collection. |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
| System.Collections.ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
| System.Collections.IDictionary.IsFixedSize | Gets a value indicating whether the IDictionary object has a fixed size. |
| System.Collections.IDictionary.IsReadOnly | Gets a value indicating whether the IDictionary object is read-only. |
| System.Collections.IDictionary.Item | Gets or sets the element with the specified key. |
| System.Collections.IDictionary.Keys | Gets an ICollection object containing the keys of the IDictionary object. |