共用方式為


Target.Repository Property

Definition

Gets or sets the repository name.

[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