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