次の方法で共有


ImmutableStorageWithVersioning.Enabled プロパティ

定義

これは変更できないプロパティを取得または設定します。true に設定すると、コンテナー レベルでオブジェクト レベルの不変性が有効になります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象