次の方法で共有


DPMProtectedItemExtendedInfo.ProtectedProperty プロパティ

定義

バックアップ項目がディスクで保護されている場合にチェックを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象