Share via


SourceControlSyncJobCreateParameters.CommitId Property

Definition

Gets or sets the commit id of the source control sync job. If not syncing to a commitId, enter an empty string.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to