'Declaration
Overloads Function GetIssue( _ ByVal linkType As IIssueLinkType, _ ByVal value As String _ ) As IList(Of IIssue)
IList<IIssue> GetIssue( IIssueLinkType linkType, string value )
Parameters
- linkType
- The link type to look up values for
- value
- The value on the link
Return Value
The set of issues that have the specified value for the specified link type. If no issues are found an empty list is returned.