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: 9.0.3.0 (9.0.3.20240719)
Syntax
public Object this[
	Object key
] { get; set; }

Parameters

key
Type: SystemObject

Property Value

Type: Object

Implements

IDictionaryItemObject
See Also