Click or drag to resize

IUntypedRecordItem Property (String)

A value of an item for a specified key (attempt to set a value of a non-existing item has no effect)

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
string this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
Key of the item

Return Value

Type: String
A typed item value or null if item does not exists
See Also