Touchstone 11.0 API Reference
ValidationResultSummary Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Api Namespace > GetDataQualityAnalysisValidationResultSummaryResponse Class : ValidationResultSummary Property
Contains a ValidationResultSummaryCollection object that contains a table that summarizes the results of a Data Quality Analysis Validation analysis.
Syntax
Public Property ValidationResultSummary As ValidationResultSummaryCollection
Dim instance As GetDataQualityAnalysisValidationResultSummaryResponse
Dim value As ValidationResultSummaryCollection
 
instance.ValidationResultSummary = value
 
value = instance.ValidationResultSummary
public ValidationResultSummaryCollection ValidationResultSummary {get; set;}
Remarks
These results include the rule type, rule category, Location count, failed Location count, and construction and occupancy information.
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

GetDataQualityAnalysisValidationResultSummaryResponse Class
GetDataQualityAnalysisValidationResultSummaryResponse Members