AccountService.QueryForAccountsByOwner Method
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride Function QueryForAccountsByOwner ( _
requestContext As TeamFoundationRequestContext, _
owner As Guid, _
includeDisabledAccount As Boolean, _
propertyNameFilters As IEnumerable(Of String) _
) As IEnumerable(Of Account)
public abstract IEnumerable<Account> QueryForAccountsByOwner(
TeamFoundationRequestContext requestContext,
Guid owner,
bool includeDisabledAccount,
IEnumerable<string> propertyNameFilters
)
public:
virtual IEnumerable<Account^>^ QueryForAccountsByOwner(
TeamFoundationRequestContext^ requestContext,
Guid owner,
bool includeDisabledAccount,
IEnumerable<String^>^ propertyNameFilters
) abstract
abstract QueryForAccountsByOwner :
requestContext:TeamFoundationRequestContext *
owner:Guid *
includeDisabledAccount:bool *
propertyNameFilters:IEnumerable<string> -> IEnumerable<Account>
public abstract function QueryForAccountsByOwner(
requestContext : TeamFoundationRequestContext,
owner : Guid,
includeDisabledAccount : boolean,
propertyNameFilters : IEnumerable<String>
) : IEnumerable<Account>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- owner
Type: System.Guid
- includeDisabledAccount
Type: System.Boolean
- propertyNameFilters
Type: System.Collections.Generic.IEnumerable<String>
Return Value
Type: System.Collections.Generic.IEnumerable<Account>
.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.