SourceUpdateParameters.RepositoryUrl Property

Definition

Gets or sets the full URL to the source code respository

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to