Show / Hide Table of Contents

Class BugLinkType

A generic class for getting the bug link types and their properties.

Inheritance
object
BugLinkType
JiraBugLinkType
TfsBugLinkType
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class BugLinkType

Properties

View Source

Name

Gets or sets the name of a bug link type.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX