Share via


AdministratorsModuleProvider.SupportsScope(ManagementScope) Method

Definition

Returns a value indicating whether the specified scope is Server.

public:
 override bool SupportsScope(Microsoft::Web::Management::Server::ManagementScope scope);
public override bool SupportsScope (Microsoft.Web.Management.Server.ManagementScope scope);
override this.SupportsScope : Microsoft.Web.Management.Server.ManagementScope -> bool
Public Overrides Function SupportsScope (scope As ManagementScope) As Boolean

Parameters

scope
ManagementScope

A ManagementScope value. Possible values are Server, Site, or Application.

Returns

true if the scope parameter is Server; otherwise, false.

Applies to