HttpStaticObjectsCollection Properties
.NET Framework 2.0
| 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. |
Community Additions
ADD
Show: