VettingVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | None vetting version |
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) |