Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IServerRepository Interface / GetIssue Method / GetIssue(String) Method

In This Topic
    GetIssue(String) Method
    In This Topic
    Load an issue by name
    Syntax
    'Declaration
     
    
    Overloads Function GetIssue( _
       ByVal name As String _
    ) As IIssue
    IIssue GetIssue( 
       string name
    )

    Parameters

    name

    Return Value

    The issue with the provided name
    Exceptions
    ExceptionDescription
    Thrown if no issue can be fond with the specified name
    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