Share via


AccountUserChangedNotification Constructor

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

Syntax

'Declaration
Public Sub New ( _
    accountUser As AccountUser, _
    action As AccountUserChangeAction _
)
public AccountUserChangedNotification(
    AccountUser accountUser,
    AccountUserChangeAction action
)
public:
AccountUserChangedNotification(
    AccountUser^ accountUser, 
    AccountUserChangeAction action
)
new : 
        accountUser:AccountUser * 
        action:AccountUserChangeAction -> AccountUserChangedNotification
public function AccountUserChangedNotification(
    accountUser : AccountUser, 
    action : AccountUserChangeAction
)

Parameters

.NET Framework Security

See Also

Reference

AccountUserChangedNotification Class

Microsoft.VisualStudio.Services.Account Namespace