Touchstone 11.0 API Reference
SummaryOfRecordsImported Property


Air.Services.Proxy Assembly > AIR.Services.ActivityMonitor.Data Namespace > ImportStatisticsData Class : SummaryOfRecordsImported Property
Contains the summary of records that were successfully imported in this Data Import operation.
Syntax
Public Property SummaryOfRecordsImported As List(Of StatisticsData)
Dim instance As ImportStatisticsData
Dim value As List(Of StatisticsData)
 
instance.SummaryOfRecordsImported = value
 
value = instance.SummaryOfRecordsImported
public List<StatisticsData> SummaryOfRecordsImported {get; set;}
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

ImportStatisticsData Class
ImportStatisticsData Members