WebAccountCommand.Actions Property

Definition

Gets the actions that the command performs on the web account in the accounts pane.

public:
 property SupportedWebAccountActions Actions { SupportedWebAccountActions get(); };
SupportedWebAccountActions Actions();
public SupportedWebAccountActions Actions { get; }
var supportedWebAccountActions = webAccountCommand.actions;
Public ReadOnly Property Actions As SupportedWebAccountActions

Property Value

The actions for the web account.

Applies to