WebAccountCommand.WebAccount Property

Definition

Gets the web account that's associated with the current command.

public:
 property WebAccount ^ WebAccount { WebAccount ^ get(); };
WebAccount WebAccount();
public WebAccount WebAccount { get; }
var webAccount = webAccountCommand.webAccount;
Public ReadOnly Property WebAccount As WebAccount

Property Value

The web account.

Applies to