StateManagerItem Property |
Indexer
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public 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