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 when the last checkpoint happened.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property CheckpointTime As DateTime
'Usage
Dim instance As Advertisement
Dim value As DateTime
value = instance.CheckpointTime
public DateTime CheckpointTime { get; }
public:
property DateTime CheckpointTime {
DateTime get ();
}
public function get CheckpointTime () : DateTime
Property Value
Type: System..::.DateTime
The date and time when the last checkpoint happened.
Remarks
For a newly created Advertisement, the CheckpointTime is set to the StartDate.
When an Ad is staged to a production tier, the checkpoint data is updated based on the actual performance figures in the production tier.
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.