Link.BaseType Property

Gets the BaseLinkType stored in this Link.

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

Syntax

'Declaration
Public Overridable ReadOnly Property BaseType As BaseLinkType
'Usage
Dim instance As Link 
Dim value As BaseLinkType 

value = instance.BaseType
public virtual BaseLinkType BaseType { get; }
public:
virtual property BaseLinkType BaseType {
    BaseLinkType get ();
}
public function get BaseType () : BaseLinkType

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.BaseLinkType

.NET Framework Security

See Also

Reference

Link Class

Link Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace