Share via


GitRepoVolume.Repository Property

Definition

Gets or sets repository URL

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to