| KeyedListItem Property (Object) | 
            Gets or sets the value associated with the specified key
            
 
Namespace: WorkflowGen.My.CollectionsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic Object this[
	Object key
] { get; set; }Public Default Property Item ( 
	key As Object
) As Object
	Get
	Set
Parameters
- key
 - Type: SystemObject
 
Property Value
Type: 
ObjectImplements
IDictionaryItemObject
See Also