Share via


StorageData.Deleted Property

 

Indicates whether this entity has been marked for deletion.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

Syntax

public bool Deleted {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool Deleted {
    [CompilerGeneratedAttribute]
    virtual bool get() sealed;
    [CompilerGeneratedAttribute]
    virtual void set(bool value) sealed;
}
abstract Deleted : bool with get, set
override Deleted : bool with get, set
Public Property Deleted As Boolean

Property Value

Type: System.Boolean

Implements

ITableData.Deleted

See Also

StorageData Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top