言語

VettingStatus 列挙型

定義

審査状況の列挙

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum VettingStatus
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type VettingStatus = 
Public Enum VettingStatus
継承
VettingStatus
属性

フィールド

名前 説明
None 0

審査なしの状態

Pending 1

審査待ち

Authorized 2

認可審査の状況

Rejected 3

審査拒否

適用対象