Share via


ServiceModuleProvider.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

One of the ManagementScope values.

Returns

true if the scope parameter is Server; false if scope is Site or Application, or if the Web management service is not installed.

Applies to