Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IIssue Interface / RemoveLink Method
The unique key of the link to remove

In This Topic
    RemoveLink Method (IIssue)
    In This Topic
    Remove a link to this issue
    Syntax
    'Declaration
     
    
    Function RemoveLink( _
       ByVal id As Guid _
    ) As Boolean
    bool RemoveLink( 
       Guid id
    )

    Parameters

    id
    The unique key of the link to remove

    Return Value

    True if a link was removed, false otherwise
    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