| StateManagerItem Property  | 
            Indexer
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic Object this[
	string key
] { get; set; }Public Default Property Item ( 
	key As String
) As Object
	Get
	Set
Parameters
- key
 - Type: SystemString
The key in the collection to get 
Return Value
Type: 
ObjectThe value stored in the collection refered by the key
See Also