Returns the ID property value for an object with the specified index in the tableview.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string GetRowAMID(
	int objectIndex
)
Visual Basic
Public Function GetRowAMID ( _
	objectIndex As Integer _
) As String
Visual C++
public:
String^ GetRowAMID(
	int objectIndex
)

Parameters

objectIndex
Type: System..::..Int32
The index of the object in the tableview.

Return Value

The ID property value for the object.

See Also