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: 8.0.5.0 (8.0.5.20210818)
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