Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.