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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.