ValidationFailedEventArgs.ValidationResult Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets the result of the failed validation.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)
Syntax
'Declaration
PublicReadOnlyPropertyValidationResultAs ValidationResults
public ValidationResults ValidationResult { get; }
public:
property ValidationResults^ ValidationResult {
ValidationResults^ get ();
}
publicfunction getValidationResult () : ValidationResults
See Also
ValidationFailedEventArgs Class
Microsoft.Practices.EnterpriseLibrary.Validation.Instrumentation Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |