Share via


AccountService.UpdateAccount Method

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

Syntax

'Declaration
Public MustOverride Sub UpdateAccount ( _
    requestContext As TeamFoundationRequestContext, _
    account As Account _
)
public abstract void UpdateAccount(
    TeamFoundationRequestContext requestContext,
    Account account
)
public:
virtual void UpdateAccount(
    TeamFoundationRequestContext^ requestContext, 
    Account^ account
) abstract
abstract UpdateAccount : 
        requestContext:TeamFoundationRequestContext * 
        account:Account -> unit
public abstract function UpdateAccount(
    requestContext : TeamFoundationRequestContext, 
    account : Account
)

Parameters

.NET Framework Security

See Also

Reference

AccountService Class

Microsoft.VisualStudio.Services.Account Namespace