This documentation is archived and is not being maintained.
HttpStaticObjectsCollection Properties
Visual Studio 2010
The HttpStaticObjectsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of objects in the collection. |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. |
|
IsSynchronized | Gets a value indicating whether the collection is synchronized (that is, thread-safe). |
|
Item | Gets the object with the specified name from the collection. |
|
NeverAccessed | Gets a Boolean value indicating whether the collection has been accessed before. |
|
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Show: