HttpStaticObjectsCollectionWrapper 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.(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[String^] | 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:
