AccountsSettingsPaneCommandsRequestedEventArgs.CredentialCommands Property

Definition

Gets the CredentialCommand collection for the account settings pane.

public:
 property IVector<CredentialCommand ^> ^ CredentialCommands { IVector<CredentialCommand ^> ^ get(); };
IVector<CredentialCommand> CredentialCommands();
public IList<CredentialCommand> CredentialCommands { get; }
var iVector = accountsSettingsPaneCommandsRequestedEventArgs.credentialCommands;
Public ReadOnly Property CredentialCommands As IList(Of CredentialCommand)

Property Value

The credential commands.

Applies to

See also