Edit

Share via


ProcessInfo.Projects Property

Definition

Projects in this process to which the user is subscribed to.

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

Property Value

Attributes

Applies to