次の方法で共有


SyncGroup.ConflictResolutionPolicy プロパティ

定義

同期グループの競合解決ポリシーを取得または設定します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象