ProtectedItem.IsDeferredDeleteScheduleUpcoming Property

Definition

Gets or sets flag to identify whether the deferred deleted DS is to be purged soon

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to