Propriedade ITestAttachment.AttachmentType

Obtém ou define o tipo do anexo.

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

Sintaxe

'Declaração
Property AttachmentType As String
    Get
    Set
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 propriedade

Tipo: System.String
Uma das constantes de seqüência de caracteres que é definido na AttachmentTypes classe.

Segurança do .NET Framework

Consulte também

Referência

ITestAttachment Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

AttachmentTypes