WorkItemLinkTypeCollection.Item Property

Gets the WorkItemLinkType in this collection that has the specified reference name.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    linkTypeReferenceName As String _
) As WorkItemLinkType
public WorkItemLinkType this[
    string linkTypeReferenceName
] { get; }
public:
property WorkItemLinkType^ Item[String^ linkTypeReferenceName] {
    WorkItemLinkType^ get (String^ linkTypeReferenceName);
}
member Item : 
        linkTypeReferenceName:string -> WorkItemLinkType with get
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkType
The WorkItemLinkType in this collection that has the specified reference name.

.NET Framework Security

See Also

Reference

WorkItemLinkTypeCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace