StateBag::IDictionary::Item Property (Object^)

 

For a description of this member, see IDictionary::Item.

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

private:
property Object^ default[
	Object^ key
] {
	virtual Object^ get(Object^ key) sealed = IDictionary::default::get;
	virtual void set(Object^ key, Object^ value) sealed = IDictionary::default::set;
}

Parameters

key
Type: System::Object^

The key of the element to get.

Property Value

Type: System::Object^

The element with the specified key.

This member is an explicit interface member implementation. It can be used only when the StateBag instance is cast to an IDictionary interface.

.NET Framework
Available since 2.0
Return to top
Show: