This documentation is archived and is not being maintained.

HttpStaticObjectsCollection Properties

The properties of the HttpStaticObjectsCollection class are listed here. For a complete list of HttpStaticObjectsCollection class members, see the HttpStaticObjectsCollection Members topic.

Public Properties

public propertyCount Gets the number of objects in the collection.
public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
public propertyIsSynchronized Gets a value indicating whether the collection is synchronized (that is, thread-safe).
public propertyItem Gets the object with the specified name from the collection.

In C#, this property is the indexer for the HttpStaticObjectsCollection class.

public propertySyncRoot Gets an object that can be used to synchronize access to the collection.

See Also

HttpStaticObjectsCollection Class | System.Web Namespace

Show: