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