次の方法で共有


SyncGroup.EnableConflictLogging プロパティ

定義

競合ログが有効になっているかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象