| 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.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<ValidationResult> PartialValidationFields { get; }Public ReadOnly Property PartialValidationFields As List(Of ValidationResult)
	Get
public:
property List<ValidationResult^>^ PartialValidationFields {
	List<ValidationResult^>^ get ();
}member PartialValidationFields : List<ValidationResult> with get
Property Value
Type: 
ListValidationResult
Remarks
            Only the Record and Field properties are set on the validation results held here.
            
See Also