IExternalLink Interface
Interface for an ExternalLink type of IBuildInformationNode.
To obtain an IExternalLink, use the InformationNodeConverters class.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface IExternalLink
public interface IExternalLink
public interface class IExternalLink
type IExternalLink = interface end
public interface IExternalLink
The IExternalLink type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DisplayText | Gets or sets the text to display for the external link. |
![]() |
Node | Gets the underlying IBuildInformationNode. |
![]() |
Url | Gets or sets the external link uniform resource identifier (URI). |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Save | Saves the build project to the server. |
Top