FilterListViewDataTable Property |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public DataTable DataTable { get; set; }
Public Property DataTable As DataTable
Get
Set
public:
property DataTable^ DataTable {
DataTable^ get ();
void set (DataTable^ value);
}
function get_DataTable();
function set_DataTable(value);
Property Value
Type:
DataTableSee Also