Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IServerRepository Interface / GetIssue Method / GetIssue(IIssueLinkType,String) Method
The link type to look up values for
The value on the link

In This Topic
    GetIssue(IIssueLinkType,String) Method
    In This Topic
    Load an issue by link value
    Syntax
    'Declaration
     
    
    Overloads Function GetIssue( _
       ByVal linkType As IIssueLinkType, _
       ByVal value As String _
    ) As IList(Of IIssue)

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also