Partilhar via


Propriedade TestImpactLink.LinkType

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém ou define o tipo de link.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
O tipo de link.

Segurança do .NET Framework

Consulte também

Referência

TestImpactLink Estrutura

Namespace Microsoft.TeamFoundation.TestManagement.Client