IsDeleted Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a value indicating whether the current Customer object has been deleted.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property IsDeleted As Boolean
'Usage
Dim instance As Customer
Dim value As Boolean

value = instance.IsDeleted
public bool IsDeleted { get; }
public:
property bool IsDeleted {
    bool get ();
}
public function get IsDeleted () : boolean

Property Value

Type: System..::.Boolean
true if the current customer object has been deleted; otherwise, false. The default is false.

Remarks

A customer cannot be deleted if it is referenced by other campaigns. Deleting a customer does not delete the campaigns and campaign items underneath it.

Permissions

See Also

Reference

Customer Class

Customer Members

Microsoft.CommerceServer.Marketing Namespace