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
- accountUser
Type: Microsoft.VisualStudio.Services.Account.AccountUser
.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.