WebAccount.WebAccountProvider Property

Definition

Gets the web authentication provider for the account.

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

Property Value

The web authentication provider for the account.

Implements

Applies to