PackageRemote64Class.CheckpointFileName Property

Definition

Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart.

public:
 virtual property System::String ^ CheckpointFileName { System::String ^ get(); void set(System::String ^ value); };
public virtual string CheckpointFileName { get; set; }
member this.CheckpointFileName : string with get, set
Public Overridable Property CheckpointFileName As String

Property Value

A String that contains the name of the checkpoint file.

Implements

Applies to