Version

Results Property

Returns a collection of ValidationResult instances, each describing the result of an individual validation.
Syntax
'Declaration
 
Public ReadOnly Property Results As ValidationResultsCollection
public ValidationResultsCollection Results {get;}
Remarks

In the case where a validation operating involved more than one control, the Results collection will contain more than one member. The number of members in the Results collection is always equal to the number of controls that were validated; by contrast, the Errors collection only contains a member for each each failed validation.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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