Enum RfiPriority
The priority status of the RFI. Possible values: null
, High
, Normal
, Low
.
public enum RfiPriority
Fields
[EnumMember(Value = "High")] High = 0
[EnumMember(Value = "Low")] Low = 2
[EnumMember(Value = "Normal")] Normal = 1