BreakFileLocksRequest.ConfirmRunningDisruptiveOperation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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