ManagementScope Enum
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.
Defines the management units that the .NET Framework supports.
public enum class ManagementScope
public enum ManagementScope
type ManagementScope =
Public Enum ManagementScope
- Inheritance
-
ManagementScope
Fields
Name | Value | Description |
---|---|---|
Server | 0 | A server or a computer management unit. A server is identified by its computer name or IP address. |
Site | 1 | A site management unit. A site is identified by its site bindings. |
Application | 2 | An application management unit. An application is identified by its name and the site that contains it. |