Compartir a través de


VettingVersion Enum

Definition

Enumeration of vetting version

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum VettingVersion
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type VettingVersion = 
Public Enum VettingVersion
Inheritance
VettingVersion
Attributes

Fields

Current 1

Latest vetting information: Will always get the latest vetting information no matter if it is vetted or not

LastFinalized 2

Latest finalized vetting information: Will return the latest vetting information that is either (Authorized or Rejected)

None 0

None vetting version

Applies to