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 or sets the date and time when the current instance was deleted.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property DeletedDate As DateTime
'Usage
Dim instance As BatchInfo
Dim value As DateTime
value = instance.DeletedDate
instance.DeletedDate = value
public DateTime DeletedDate { get; set; }
public:
property DateTime DeletedDate {
DateTime get ();
void set (DateTime value);
}
public function get DeletedDate () : DateTime
public function set DeletedDate (value : DateTime)
Property Value
Type: System..::.DateTime
The date and time when the current instance was deleted
Remarks
The date/time when this BatchInfo was deleted. This property will be DateTime.MinValue if the batch is not deleted. The default value is DateTime.MinValue.
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.