WebAccountManager.SetScopeAsync(WebAccount, WebAccountScope) Method
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.
Sets the scope of a web account asynchronously.
public:
static IAsyncAction ^ SetScopeAsync(WebAccount ^ webAccount, WebAccountScope scope);
static IAsyncAction SetScopeAsync(WebAccount const& webAccount, WebAccountScope const& scope);
public static IAsyncAction SetScopeAsync(WebAccount webAccount, WebAccountScope scope);
function setScopeAsync(webAccount, scope)
Public Shared Function SetScopeAsync (webAccount As WebAccount, scope As WebAccountScope) As IAsyncAction
Parameters
- webAccount
- WebAccount
The web account to set scope for.
- scope
- WebAccountScope
The scope to set.
Returns
This method does not return a value.