Share via


AccountUserChangedNotification.Action Property

Describes the context of the operation.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Services.Account.AccountUserChangeAction

.NET Framework Security

See Also

Reference

AccountUserChangedNotification Class

Microsoft.VisualStudio.Services.Account Namespace