ServiceModuleProvider.SupportsScope(ManagementScope) 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.
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.