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 the date and time the current Customer object 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 Customer
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 System.DateTime representing the deletion date of the current Customer in the local time zone.
Remarks
Returns a value representing the date and time that the Customer was deleted. DeletedDate has meaning only if IsDeleted is true.
Examples
cu.DefaultUrl = "https://example.microsoft.com";
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.