ITestAttachment.AttachmentType (Propiedad)

Obtiene o establece el tipo de datos adjuntos.

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

Sintaxis

'Declaración
Property AttachmentType As String
string AttachmentType { get; set; }
property String^ AttachmentType {
    String^ get ();
    void set (String^ value);
}
abstract AttachmentType : string with get, set
function get AttachmentType () : String
function set AttachmentType (value : String)

Valor de propiedad

Tipo: System.String
Una de las constantes de cadena que se define en la clase AttachmentTypes.

Seguridad de .NET Framework

Vea también

Referencia

ITestAttachment Interfaz

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

AttachmentTypes