InspectionDefectsFound Property |
[This is preliminary documentation and is subject to change.]
The defects that were discovered in the course of performing this inspection (if any)
Namespace:
CFX.Structures
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic List<Defect> DefectsFound { get; set; }
Public Property DefectsFound As List(Of Defect)
Get
Set
Property Value
Type:
ListDefect
See Also