次の方法で共有


Variable.IsEncrypted プロパティ

定義

変数の暗号化されたフラグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象