KeyedListItem Property (Object) |
Gets or sets the value associated with the specified key
Namespace:
WorkflowGen.My.Collections
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public 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
IDictionaryItemObjectSee Also