次の方法で共有


SaveConfigurationParameter.Force プロパティ

定義

値が true の場合、Git リポジトリに上書きされる新しい変更がある場合でも、現在の構成データベースは Git リポジトリにコミットされます。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象