DeploymentSyncOptions.DoNotDelete Property

Definition

Gets or sets a value that allows or prevents deletion from happening on the destination of a synchronization operation.

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

Property Value

true if the DeploymentSyncOptions allows deletion, otherwise false.

Applies to