WebAccountManager.SetScopeAsync(WebAccount, WebAccountScope) Method

Definition

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.

Applies to