Partager via


NamedValueCreateContract.Secret Propriété

Définition

Obtient ou définit détermine si la valeur est un secret et doit être chiffrée ou non. La valeur par défaut est false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.secret")]
public bool? Secret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.secret")>]
member this.Secret : Nullable<bool> with get, set
Public Property Secret As Nullable(Of Boolean)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à