Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IIssueLink Interface / Value Property

In This Topic
    Value Property (IIssueLink)
    In This Topic
    The value to be provided to the issue link type to generate the full URL for this link.
    Syntax
    'Declaration
     
    
    ReadOnly Property Value As String
    string Value {get;}
    Remarks
    This value is merged with the UrlTemplate on the Link Type to create the final URL. if there is no URL Template specified on the link type then this should be a full URL, otherwise it will be inserted into the template as the first insertion value for a .NET format string.
    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