Compartilhar via


ITestAttachment.AttachmentType Propriedade

 

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

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

Valor de propriedade

Type: System.String

Uma das constantes de seqüência de caracteres que está definido na AttachmentTypes classe.

Consulte também

AttachmentTypes
Interface ITestAttachment
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo