This documentation is archived and is not being maintained.
HttpStaticObjectsCollection Properties
.NET Framework 1.1
The properties of the HttpStaticObjectsCollection class are listed here. For a complete list of HttpStaticObjectsCollection class members, see the HttpStaticObjectsCollection Members topic.
Public Properties
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.
In C#, this property is the indexer for the HttpStaticObjectsCollection class. |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
See Also
Show:
