Share via


IsDeleted Property

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

Gets a value indicating whether the current CampaignItem 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 CampaignItem
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 CampaignItem has been deleted; otherwise, false.

Remarks

Return value represents whether the CampaignItem is deleted or not.

Permissions

See Also

Reference

CampaignItem Class

CampaignItem Members

Microsoft.CommerceServer.Marketing Namespace