SyncGroup.ConflictResolutionPolicy Property

Definition

Gets or sets conflict resolution policy of the sync group. Possible values include: 'HubWin', 'MemberWin'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.conflictResolutionPolicy")]
public string ConflictResolutionPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.conflictResolutionPolicy")>]
member this.ConflictResolutionPolicy : string with get, set
Public Property ConflictResolutionPolicy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to