This interface represents a hyperlink on the Build Details View.
Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Interface IBuildDetailLink
public interface IBuildDetailLink
public interface class IBuildDetailLink
type IBuildDetailLink =  interface end
public interface IBuildDetailLink
The IBuildDetailLink type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Context | Gets or sets the context string of the Build Detail Link. This property is optional and can be left empty. | 
| .gif) | Link | Gets or sets the link as a string. This value is usually a valid Uri, but may also be file path depending on the link type. | 
| .gif) | Type | Returns the type of link this is. Once a link is created the type should never change. | 
Top