Share via


WebAccountManager.GetScope(WebAccount) Method

Definition

Gets the scope of the web account.

public:
 static WebAccountScope GetScope(WebAccount ^ webAccount);
 static WebAccountScope GetScope(WebAccount const& webAccount);
public static WebAccountScope GetScope(WebAccount webAccount);
function getScope(webAccount)
Public Shared Function GetScope (webAccount As WebAccount) As WebAccountScope

Parameters

webAccount
WebAccount

The web account to get scope for.

Returns

The scope of the web account.

Applies to