WebAccountProviderCommand.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 account provider that's associated with the current command.
public:
property WebAccountProvider ^ WebAccountProvider { WebAccountProvider ^ get(); };
WebAccountProvider WebAccountProvider();
public WebAccountProvider WebAccountProvider { get; }
var webAccountProvider = webAccountProviderCommand.webAccountProvider;
Public ReadOnly Property WebAccountProvider As WebAccountProvider
Property Value
The web account provider.