Click or drag to resize
ITableRowItem Property (String)
Returns the value under column name inName

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
DVar this[
	string inName
] { get; }

Parameters

inName
Type: SystemString
the column name

Return Value

Type: DVar
DVar
See Also