BCTableViewGetRowClassID Method  | 
 
            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: 4.0.0.0 (4.0.111.0)
Syntaxpublic string GetRowClassID(
	int objectIndex
)
Public Function GetRowClassID ( 
	objectIndex As Integer
) As String
Parameters
- objectIndex
 - Type: SystemInt32
The index of the object in the tableview. 
Return Value
Type: 
StringThe class 
ID property value for the object.
See Also