Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- linkTypeReferenceName
Type: System.String
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkType
The WorkItemLinkType in this collection that has the specified reference name.
.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.