FormCollection Properties
Visual Studio 2010
The FormCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllKeys | Gets all the keys in the NameValueCollection. (Inherited from NameValueCollection.) |
|
Count | Gets the number of key/value pairs contained in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
|
IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (Inherited from NameObjectCollectionBase.) |
|
Item(String) | Gets or sets the entry with the specified key in the NameValueCollection. (Inherited from NameValueCollection.) |
|
Item(Int32) | Gets the entry at the specified index of the NameValueCollection. (Inherited from NameValueCollection.) |
|
Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe). (Inherited from NameObjectCollectionBase.) |
|
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the NameObjectCollectionBase object. (Inherited from NameObjectCollectionBase.) |
Community Additions
ADD
Show: