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
bool FetchIdentitiesInline { get; set; }
property bool FetchIdentitiesInline {
bool get();
void set(bool value);
}
abstract FetchIdentitiesInline : bool with get, set
Property FetchIdentitiesInline As Boolean
Property Value
Type: System.Boolean
See Also
ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top