VariableCreateOrUpdateParameters.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

適用於