Condividi tramite


Proprietà ITestManagementTeamProject.FetchIdentitiesInline

Specifica se gli oggetti di TeamFoundationIdentity devono essere recuperati accanto agli elementi di test.

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

Sintassi

'Dichiarazione
Property FetchIdentitiesInline As Boolean
bool FetchIdentitiesInline { get; set; }
property bool FetchIdentitiesInline {
    bool get ();
    void set (bool value);
}
abstract FetchIdentitiesInline : bool with get, set
function get FetchIdentitiesInline () : boolean
function set FetchIdentitiesInline (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestManagementTeamProject Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client