Share via


WebAccountInvokedArgs.Action Property

Definition

Gets the action for the web account in the accounts pane.

public:
 property WebAccountAction Action { WebAccountAction get(); };
WebAccountAction Action();
public WebAccountAction Action { get; }
var webAccountAction = webAccountInvokedArgs.action;
Public ReadOnly Property Action As WebAccountAction

Property Value

The action.

Applies to

See also