Compartir a través de


TestImpactLink.LinkType (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Obtiene o establece el tipo de vínculo.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Public Property LinkType As String
    Get
    Set
public string LinkType { get; set; }
public:
property String^ LinkType {
    String^ get ();
    void set (String^ value);
}
member LinkType : string with get, set
function get LinkType () : String
function set LinkType (value : String)

Valor de propiedad

Tipo: System.String
Tipo del vínculo.

Seguridad de .NET Framework

Vea también

Referencia

TestImpactLink Estructura

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)