An enumerated value describing the current disposition or status of the defect.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public DefectStatus Status { get; set; }
Public Property Status As DefectStatus
Get
Set
public:
property DefectStatus Status {
DefectStatus get ();
void set (DefectStatus value);
}
member Status : DefectStatus with get, set
Property Value
Type:
DefectStatusSee Also