共用方式為


ConflictResolutionPolicy.ConflictResolutionPath Property

Definition

Gets or sets the conflict resolution path in the case of LastWriterWins mode.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to