WebAccount.WebAccountProvider 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 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.