PackageClass.EncryptCheckpoints Property

Definition

Gets or sets a value that indicates whether the checkpoint files are encrypted.

public:
 virtual property bool EncryptCheckpoints { bool get(); void set(bool value); };
public virtual bool EncryptCheckpoints { get; set; }
member this.EncryptCheckpoints : bool with get, set
Public Overridable Property EncryptCheckpoints As Boolean

Property Value

true if the checkpoint files are encrypted; otherwise, false.

Implements

Remarks

For more information, see Package.

Applies to