Share via


ITestManagementTeamProject.FetchIdentitiesInline Property

Specifies where TeamFoundationIdentity objects must be fetched alongside test artifacts.

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

Syntax

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

ITestManagementTeamProject Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace