HttpStaticObjectsCollection Properties
.NET Framework (current version)
Namespace:
System.Web
Assembly: System.Web (in System.Web.dll)
| 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[String^] | 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:
