Repositories.Names Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="repositories")]
public System.Collections.Generic.IList<string> Names { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="repositories")>]
member this.Names : System.Collections.Generic.IList<string> with get, set
Public Property Names As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to