Edit

Share via


ArtifactUriQueryResult.ArtifactUrisQueryResult Property

Definition

A Dictionary that maps a list of work item references to the given list of artifact URI.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>> ArtifactUrisQueryResult { get; set; }
member this.ArtifactUrisQueryResult : System.Collections.Generic.IDictionary<string, seq<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>> with get, set
Public Property ArtifactUrisQueryResult As IDictionary(Of String, IEnumerable(Of WorkItemReference))

Property Value

Attributes

Applies to