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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.