Share via


DeletionStateCode Class

The DeletionStateCode class lists the object deletion status.

This class does not need instantiation or initialization because the fields represent constant integer values.

System.Object
   DeletionStateCode

[Visual Basic .NET]
Public Class DeletionStateCode
   Inherits System.Object
[C#]
public class DeletionStateCode: System.Object
[C++]
public __gc class DeletionStateCode: public System.Object

The DeletionStateCode class exposes the following integer fields.

Field Value Description
dsActive 0 Specifies that the object is live in the database.
dsSoftDelete 1 [Not supported in this release.]
dsHardDelete 2 Specifies that the object is marked for removal on the next sweep.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.