Touchstone 11.0 API Reference
SummaryOfRecordsNotImported Property


Air.Services.Proxy Assembly > AIR.Services.ActivityMonitor.Data Namespace > ImportStatisticsData Class : SummaryOfRecordsNotImported Property
Contains the summary of records that failed the Data Import operation.
Syntax
Public Property SummaryOfRecordsNotImported As List(Of StatisticsData)
Dim instance As ImportStatisticsData
Dim value As List(Of StatisticsData)
 
instance.SummaryOfRecordsNotImported = value
 
value = instance.SummaryOfRecordsNotImported
public List<StatisticsData> SummaryOfRecordsNotImported {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