Share via


BreakFileLocksRequest.ConfirmRunningDisruptiveOperation Property

Definition

Gets or sets break File locks could be a disruptive operation for application as locks on the volume will be broken, if want to process, set to true.

[Newtonsoft.Json.JsonProperty(PropertyName="confirmRunningDisruptiveOperation")]
public bool? ConfirmRunningDisruptiveOperation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="confirmRunningDisruptiveOperation")>]
member this.ConfirmRunningDisruptiveOperation : Nullable<bool> with get, set
Public Property ConfirmRunningDisruptiveOperation As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to