ValidatingObjectBaseValidationResults Property

Gets the validation results for this instance.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public ValidationResultsCollection ValidationResults { get; }

Property Value

ValidationResultsCollection

Implements

IValidatingObjectValidationResults

See Also