WebAccountManager.GetScope(WebAccount) 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.
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.