WorkItemLinkType.ReferenceName Property

Gets the reference name of this link type.

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

Syntax

'Declaration
Public ReadOnly Property ReferenceName As String
public string ReferenceName { get; }
public:
property String^ ReferenceName {
    String^ get ();
}
member ReferenceName : string with get
function get ReferenceName () : String

Property Value

Type: System.String
The reference name of this link type.

.NET Framework Security

See Also

Reference

WorkItemLinkType Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace