Touchstone 11.0 API Reference
LocationConsistentCount Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > ConsistencySummary Class : LocationConsistentCount Property
Contains a count of the Locations with attributes that are consistent with existing data in AIR's Property-specific database (PSD).
Syntax
Public Property LocationConsistentCount As Nullable(Of Integer)
Dim instance As ConsistencySummary
Dim value As Nullable(Of Integer)
 
instance.LocationConsistentCount = value
 
value = instance.LocationConsistentCount
public Nullable<int> LocationConsistentCount {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

ConsistencySummary Class
ConsistencySummary Members