ControlDesignerState::Item Property (String^)

 

Represents one element, identified by the given key, in the state collection for a control designer.

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

public:
property Object^ default[
	String^ key
] {
	Object^ get(String^ key);
	void set(String^ key, Object^ value);
}

Parameters

key
Type: System::String^

The name of the item to set or retrieve from the state collection.

Property Value

Type: System::Object^

The object identified by key.

.NET Framework
Available since 2.0
Return to top
Show: