ProtectedItem.IsRehydrate Property

Definition

Gets or sets flag to identify that deferred deleted DS is to be moved into Pause state

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to