TestImpactLink.Subtype (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 una cadena que contiene el subtipo para este 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 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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

TestImpactLink Estructura

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