Condividi tramite


Proprietà ITestAttachment.Name

Ottiene o imposta il nome dell'allegato.

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

Sintassi

'Dichiarazione
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

Valore proprietà

Tipo: System.String
Il nome dell'allegato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestAttachment Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client