KeyedListItem Property (Object) |
Gets or sets the value associated with the specified key
Namespace: WorkflowGen.My.CollectionsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.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