DefectSourceInspectionCode Property |
If the defect was discovered by an automated inspection machine, it may have received
an initial classification that does not align with the inspection codes defined within
FactoryLogix. In this case, this field shall contain the initial inspection code
assigned by the machine.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string SourceInspectionCode { get; set; }
Public Property SourceInspectionCode As String
Get
Set
public:
property String^ SourceInspectionCode {
String^ get ();
void set (String^ value);
}
member SourceInspectionCode : string with get, set
Property Value
Type:
StringSee Also