AdministratorsModuleProvider.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
A ManagementScope value. Possible values are Server, Site, or Application.
Returns
true
if the scope
parameter is Server; otherwise, false
.