Click or drag to resize

StateManagerItem Property

Indexer

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key in the collection to get

Return Value

Type: Object
The value stored in the collection refered by the key
See Also