Compartilhar via


Propriedade TestImpactLink.Subtype

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

Obtém ou define uma seqüência de caracteres que contém o subtipo para este vínculo.

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

Sintaxe

'Declaração
Public Property Subtype As String
    Get
    Set
public string Subtype { get; set; }
public:
property String^ Subtype {
    String^ get ();
    void set (String^ value);
}
member Subtype : string with get, set
function get Subtype () : String
function set Subtype (value : String)

Valor de propriedade

Tipo: System.String
O subtipo para este vínculo.

Segurança do .NET Framework

Consulte também

Referência

TestImpactLink Estrutura

Namespace Microsoft.TeamFoundation.TestManagement.Client