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
- 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.