AccountService.GetAccount Method (TeamFoundationRequestContext, Guid, IEnumerable<String>)

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public MustOverride Function GetAccount ( _
    requestContext As TeamFoundationRequestContext, _
    accountId As Guid, _
    propertyNameFilters As IEnumerable(Of String) _
) As Account
public abstract Account GetAccount(
    TeamFoundationRequestContext requestContext,
    Guid accountId,
    IEnumerable<string> propertyNameFilters
)
public:
virtual Account^ GetAccount(
    TeamFoundationRequestContext^ requestContext, 
    Guid accountId, 
    IEnumerable<String^>^ propertyNameFilters
) abstract
abstract GetAccount : 
        requestContext:TeamFoundationRequestContext * 
        accountId:Guid * 
        propertyNameFilters:IEnumerable<string> -> Account
public abstract function GetAccount(
    requestContext : TeamFoundationRequestContext, 
    accountId : Guid, 
    propertyNameFilters : IEnumerable<String>
) : Account

Parameters

Return Value

Type: Microsoft.VisualStudio.Services.Account.Account

.NET Framework Security

See Also

Reference

AccountService Class

GetAccount Overload

Microsoft.VisualStudio.Services.Account Namespace