SettingsCommand.AccountsCommand Property

Definition

Gets the command for a web account in the account settings pane.

public:
 static property SettingsCommand ^ AccountsCommand { SettingsCommand ^ get(); };
static SettingsCommand AccountsCommand();
public static SettingsCommand AccountsCommand { get; }
var settingsCommand = SettingsCommand.accountsCommand;
Public Shared ReadOnly Property AccountsCommand As SettingsCommand

Property Value

The command.

Applies to

See also