Share via


SetValue.IsSecret Property

Definition

Gets or sets flag to indicate whether the value represents a secret or not.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to