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
Public property DisplayText Gets or sets the text to display for the external link.
Public property Node Gets the underlying IBuildInformationNode.
Public property Url Gets or sets the external link uniform resource identifier (URI).

Top

Methods

  Name Description
Public method Save Saves the build project to the server.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace