BaseLinkType Enumeration

Describes the type of a link.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Enumeration BaseLinkType
public enum BaseLinkType
public enum class BaseLinkType
type BaseLinkType
public enum BaseLinkType

Members

Member name Description
ExternalLink A link to a resource outside Team Foundation Server.
Hyperlink A clickable link to another resource.
RelatedLink A link to another WorkItem object in the same WorkItemStore or across different WorkItemStores.
WorkItemLink A link to another WorkItem in the same WorkItemStore.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace