Share via


ClientWiqlAdapterHelper.GetLinkTypeTopology Method

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

Syntax

'Declaration
Public Function GetLinkTypeTopology ( _
    linkTypeName As String _
) As Integer
public int GetLinkTypeTopology(
    string linkTypeName
)
public:
virtual int GetLinkTypeTopology(
    String^ linkTypeName
) sealed
abstract GetLinkTypeTopology : 
        linkTypeName:string -> int  
override GetLinkTypeTopology : 
        linkTypeName:string -> int
public final function GetLinkTypeTopology(
    linkTypeName : String
) : int

Parameters

Return Value

Type: System.Int32

Implements

IWiqlAdapterHelper.GetLinkTypeTopology(String)

.NET Framework Security

See Also

Reference

ClientWiqlAdapterHelper Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace