次の方法で共有


VaultProperties.EnableSoftDelete プロパティ

定義

このキー コンテナーに対して "論理的な削除" 機能を有効にするかどうかを指定するプロパティを取得または設定します。 false 値は受け入れられません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象