Click or drag to resize
ValidationResultsPartialValidationFields Property
Gets a collection of validation results that indicate the records and fields that were examined in a partial validation. The content of this collection is undefined when IsPartialValidation is false.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<ValidationResult> PartialValidationFields { get; }

Property Value

Type: ListValidationResult
Remarks
Only the Record and Field properties are set on the validation results held here.
See Also