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)

member Item : 
        key:string -> Object with get, set

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: