Partager via


JobProperties.ExcludeKeysInExport Propriété

Définition

Facultatif pour les travaux d’exportation ; ignoré pour d’autres travaux. Valeur par défaut : false. Si la valeur est false, les clés d’autorisation sont incluses dans la sortie d’exportation. Dans le cas contraire, les clés sont exportées sous la forme null.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="excludeKeysInExport")]
public bool ExcludeKeysInExport { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="excludeKeysInExport")>]
member this.ExcludeKeysInExport : bool with get, set
Public Property ExcludeKeysInExport As Boolean

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à