Compartilhar via


ITestManagementTeamProject.FetchIdentitiesInline Propriedade

 

Especifica onde os objetos TeamFoundationIdentity devem ser obtidos junto com artefatos de teste.

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

Sintaxe

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

Valor de propriedade

Type: System.Boolean

Consulte também

Interface ITestManagementTeamProject
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo