This documentation is archived and is not being maintained.
HttpStaticObjectsCollectionBase Properties
Visual Studio 2008
The HttpStaticObjectsCollectionBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | When overridden in a derived class, gets the number of objects in the collection. |
|
IsReadOnly | When overridden in a derived class, gets a value that indicates whether the collection is read-only. |
|
IsSynchronized | When overridden in a derived class, gets a value that indicates whether the collection is thread-safe. |
|
Item | When overridden in a derived class, gets the object that has the specified name from the collection. |
|
NeverAccessed | When overridden in a derived class, gets a value that indicates whether the collection has been accessed. |
|
SyncRoot | When overridden in a derived class, gets an object that can be used to synchronize access to the collection. |
Show: