Share via


AccountUserChangedNotification.AccountUser Property

The property for the AccountUser payload

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

Syntax

'Declaration
Public Property AccountUser As AccountUser
public AccountUser AccountUser { get; private set; }
public:
property AccountUser^ AccountUser {
    AccountUser^ get ();
    private: void set (AccountUser^ value);
}
member AccountUser : AccountUser with get, private set
function get AccountUser () : AccountUser 
private function set AccountUser (value : AccountUser)

Property Value

Type: Microsoft.VisualStudio.Services.Account.AccountUser

.NET Framework Security

See Also

Reference

AccountUserChangedNotification Class

Microsoft.VisualStudio.Services.Account Namespace