ValidateUnitsResponseResults Property |
[This is preliminary documentation and is subject to change.]
Individual results of the validation request (for multiple units in a carrier or PCB Panel)
Namespace:
CFX.InformationSystem.UnitValidation
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic List<ValidationResult> Results { get; set; }
Public Property Results As List(Of ValidationResult)
Get
Set
Property Value
Type:
ListValidationResult
See Also