This topic has not yet been rated - Rate this topic

HttpStaticObjectsCollectionWrapper Properties

The HttpStaticObjectsCollectionWrapper type exposes the following members.

  Name Description
Public property Count Gets the number of objects in the collection. (Overrides HttpStaticObjectsCollectionBase.Count.)
Public property IsReadOnly Gets a value that indicates whether the collection is read-only. (Overrides HttpStaticObjectsCollectionBase.IsReadOnly.)
Public property IsSynchronized Gets a value that indicates whether the collection is thread-safe. (Overrides HttpStaticObjectsCollectionBase.IsSynchronized.)
Public property Item Gets the object that has the specified name from the collection. (Overrides HttpStaticObjectsCollectionBase.Item.)
Public property NeverAccessed Gets a value that indicates whether the collection has been accessed. (Overrides HttpStaticObjectsCollectionBase.NeverAccessed.)
Public property SyncRoot Gets an object that can be used to synchronize access to the collection. (Overrides HttpStaticObjectsCollectionBase.SyncRoot.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.