Enum VersionQualifierType
Represents the type of version qualifier for a firmware version. The version qualifier type indicates whether the version is an Alpha, Beta, or Final release.
public enum VersionQualifierType : byte
Fields
Alpha = 0
Beta = 1
Final = 2