Click or drag to resize

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.3.3.0 (8.3.3.20240926)
Syntax
public Object this[
	Object key
] { get; set; }

Parameters

key
Type: SystemObject

Property Value

Type: Object

Implements

IDictionaryItemObject
See Also