Show / Hide Table of Contents

Class JiraBugLinkType

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

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

Properties

View Source

IssueLinksType

Gets or sets the Jira bug link type.

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