Share via


SourceControlUpdateParameters.AutoSync Property

Definition

Gets or sets the auto sync of the source control. Default is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to