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