ManagementScope Enum

Definition

Defines the management units that the .NET Framework supports.

public enum class ManagementScope
public enum ManagementScope
type ManagementScope = 
Public Enum ManagementScope
Inheritance
ManagementScope

Fields

Application 2

An application management unit. An application is identified by its name and the site that contains it.

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.

Applies to