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