ArcFM Responder Mobile Developer Guide
DataTable Property






Gets the data table containing the objects information.
Syntax
'Declaration
 
Public ReadOnly Property DataTable As System.Data.DataTable
'Usage
 
Dim instance As GetFeatureClassObjectsIdInformationRequest
Dim value As System.Data.DataTable
 
value = instance.DataTable
public System.Data.DataTable DataTable {get;}
public read-only property DataTable: System.Data.DataTable; 
public function get DataTable : System.Data.DataTable
public: __property System.Data.DataTable* get_DataTable();
public:
property System.Data.DataTable^ DataTable {
   System.Data.DataTable^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetFeatureClassObjectsIdInformationRequest Class
GetFeatureClassObjectsIdInformationRequest Members

Send Feedback