Udostępnij za pośrednictwem


DeletedDate Property

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

Gets the date and time that the current CampaignItem was deleted.

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

Syntax

'Declaration
Public ReadOnly Property DeletedDate As DateTime
'Usage
Dim instance As CampaignItem
Dim value As DateTime

value = instance.DeletedDate
public DateTime DeletedDate { get; }
public:
property DateTime DeletedDate {
    DateTime get ();
}
public function get DeletedDate () : DateTime

Property Value

Type: System..::.DateTime
A DateTime representing the deletion date of the current instance.

Remarks

Returns a value representing the date and time that the CampaignItem was deleted. DeletedDate has meaning only if IsDeleted is true.

Permissions

See Also

Reference

CampaignItem Class

CampaignItem Members

Microsoft.CommerceServer.Marketing Namespace