Class LinkedBugItem
A generic class for representing a work item to be linked to a bug.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class LinkedBugItem
Properties
View SourceBugInfo
Gets or sets the bug info for the item to link.
Declaration
public BugInfo BugInfo { get; set; }
Property Value
Type | Description |
---|---|
BugInfo |
BugLinkType
Gets or sets the type of link to create for this work item.
Declaration
public BugLinkType BugLinkType { get; set; }
Property Value
Type | Description |
---|---|
BugLinkType |