HttpStaticObjectsCollection::Item Property (String^)

 

Gets the object with the specified name from the collection.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property Object^ default[
	String^ name
] {
	Object^ get(String^ name);
}

Parameters

name
Type: System::String^

The case-insensitive name of the object to get.

Property Value

Type: System::Object^

An object from the collection.

The following example retrieves an object named ArrayList1 from the StaticObjects collection and copies it to an object variable.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: