Compartilhar via


SetValue.IsSecret Propriedade

Definição

Obtém ou define o sinalizador para indicar se o valor representa um segredo ou não.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a