ITableData.Deleted Property
Gets or sets a value indicating whether the entity has been deleted.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "__deleted")]
bool Deleted { get; set; }
[JsonPropertyAttribute(PropertyName = "__deleted")]
property bool Deleted {
bool get();
void set(bool value);
}
[<JsonPropertyAttribute(PropertyName = "__deleted")>]
abstract Deleted : bool with get, set
<JsonPropertyAttribute(PropertyName := "__deleted")>
Property Deleted As Boolean
Property Value
Type: System.Boolean
See Also
ITableData Interface
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace
Return to top