ClientWiqlAdapterHelper.GetLinkTypeId Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function GetLinkTypeId ( _
linkTypeName As String _
) As Integer
public int GetLinkTypeId(
string linkTypeName
)
public:
virtual int GetLinkTypeId(
String^ linkTypeName
) sealed
abstract GetLinkTypeId :
linkTypeName:string -> int
override GetLinkTypeId :
linkTypeName:string -> int
public final function GetLinkTypeId(
linkTypeName : String
) : int
Parameters
- linkTypeName
Type: System.String
Return Value
Type: System.Int32
Implements
IWiqlAdapterHelper.GetLinkTypeId(String)
.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.