Partager via


PackageState Énumération

Définition

Définit des valeurs pour PackageState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PackageState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PackageState = 
Public Enum PackageState
Héritage
PackageState
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

Active 1

Le package d’application est prêt à être utilisé.

Pending 0

Le package d’application a été créé, mais n’a pas encore été activé.

S’applique à