Returns the class ID property value for an object 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 GetRowClassID(
	int objectIndex
)
Visual Basic
Public Function GetRowClassID ( _
	objectIndex As Integer _
) As String
Visual C++
public:
String^ GetRowClassID(
	int objectIndex
)

Parameters

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

Return Value

The class ID property value for the object.

See Also