Share via


Run.CustomRegistries Property

Definition

Gets or sets the list of custom registries that were logged in during this run.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to