Touchstone 11.0 API Reference
GeneralStatistics Property


Air.Services.Proxy Assembly > AIR.Services.ActivityMonitor.Data Namespace > ImportStatisticsData Class : GeneralStatistics Property
Contains the overall statistics of the import process.
Syntax
Public Property GeneralStatistics As List(Of StatisticsData)
Dim instance As ImportStatisticsData
Dim value As List(Of StatisticsData)
 
instance.GeneralStatistics = value
 
value = instance.GeneralStatistics
public List<StatisticsData> GeneralStatistics {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