Partager via


AliasType Énumération

Définition

Définit des valeurs pour AliasType.

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

Champs

Mask 2

La valeur de l’alias est secret.

NotSpecified 0

Le type d’alias est inconnu (identique à ne pas fournir de type d’alias).

PlainText 1

La valeur de l’alias n’est pas secrète.

S’applique à