ProtectedItem.DeferredDeleteTimeInUTC Property

Definition

Gets or sets time for deferred deletion in UTC

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to