次の方法で共有


NamedValueContract.Secret プロパティ

定義

値がシークレットであり、暗号化する必要があるかどうかを示す値を取得または設定します。 既定値は 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象