PackageNeutralClass.CheckpointFileName Property

Definition

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

The name of the file that captures the checkpoint information.

Implements

Remarks

For more information, see Package.

Applies to