Condividi tramite


Proprietà ITestAttachment.AttachmentType

Ottiene o imposta il tipo dell'allegato.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Una delle costanti di stringa definita in AttachmentTypes classe.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestAttachment Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

AttachmentTypes