SaveConfigurationParameter.Force Property

Definition

Gets or sets the value if true, the current configuration database is committed to the Git repository, even if the Git repository has newer changes that would be overwritten.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to