StatusSettingType Enumeration
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
<SuppressMessageAttribute("Microsoft.Design",
"CA1028:EnumStorageShouldBeInt32",
Justification="Intentionaly this enum has been derived from byte to reduce the Memory foot print")>
Public Enum StatusSettingType
Inherits System.Enum
[SuppressMessage("Microsoft.Design",
"CA1028:EnumStorageShouldBeInt32",
Justification="Intentionaly this enum has been derived from byte to reduce the Memory foot print")]
public enum StatusSettingType : System.Enum
[SuppressMessage("Microsoft.Design",
"CA1028:EnumStorageShouldBeInt32",
Justification="Intentionaly this enum has been derived from byte to reduce the Memory foot print")]
public enum class StatusSettingType : public System.Enum
System.Object
System.ValueType
System.Enum
ArchestrA.Client.RuntimeData.StatusSettingType