C1.UWP.Document Assembly / C1.Xaml.Document Namespace / ValidateParametersCompletedEventArgs Class / Errors Property

In This Topic
Errors Property
In This Topic
Gets the list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
Syntax
'Declaration
 
Public ReadOnly Property Errors As List(Of ParameterValidationError)
 
See Also