IsDeleted Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether the current Campaign 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 Campaign
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 campaign object has been deleted; otherwise, false.
Remarks
If a campaign is deleted and contains other campaign items, then all of the current instance items are marked as deleted. Later if the current instance is restored, items in the deleted campaign will also be restored.
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.