次の方法で共有


ProtectedItem.IsArchiveEnabled プロパティ

定義

データソースがアーカイブで保護されているかどうかを識別するフラグを取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象