ITableData.Deleted Property

Definition

Gets or sets a value indicating whether the entity has been deleted.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to