Share via


DPMProtectedItemExtendedInfo.ProtectedProperty Property

Definition

Gets or sets to check if backup item is disk protected.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to