SyncGroup.EnableConflictLogging Property

Definition

Gets or sets if conflict logging is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to