Touchstone 11.0 API Reference
LocationFailedCount Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > ValidationSummary Class : LocationFailedCount Property
Contains the number of Locations that violate the corresponding rule.
Syntax
Public Property LocationFailedCount As Nullable(Of Integer)
Dim instance As ValidationSummary
Dim value As Nullable(Of Integer)
 
instance.LocationFailedCount = value
 
value = instance.LocationFailedCount
public Nullable<int> LocationFailedCount {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

ValidationSummary Class
ValidationSummary Members