WebAccountCommand.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.