ListItemItem Property

Gets or Sets the value of a column in the list item, by specifying the column name

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key.

Return Value

Type: String
Returns the value stored for that column
See Also

Reference