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