Share via


ITeamFoundationProfileService.GetAccountPreferences Method

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

Syntax

'Declaration
Function GetAccountPreferences ( _
    requestContext As TeamFoundationRequestContext _
) As AccountPreferences
AccountPreferences GetAccountPreferences(
    TeamFoundationRequestContext requestContext
)
AccountPreferences^ GetAccountPreferences(
    TeamFoundationRequestContext^ requestContext
)
abstract GetAccountPreferences : 
        requestContext:TeamFoundationRequestContext -> AccountPreferences
function GetAccountPreferences(
    requestContext : TeamFoundationRequestContext
) : AccountPreferences

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.AccountPreferences

.NET Framework Security

See Also

Reference

ITeamFoundationProfileService Interface

Microsoft.TeamFoundation.Framework.Server Namespace