ManagementConfiguration Class

Definition

Represents management configuration information and provides a method to retrieve configuration sections.

public ref class ManagementConfiguration sealed
public sealed class ManagementConfiguration
type ManagementConfiguration = class
Public NotInheritable Class ManagementConfiguration
Inheritance
ManagementConfiguration

Methods

GetSection(String)

Retrieves the configuration section at the specified path.

GetSection(String, ManagementConfigurationPath, Boolean)

Retrieves the configuration section at the specified path.

GetSection(String, Type)

Retrieves the configuration section at the specified section path.

GetSection(String, Type, ManagementConfigurationPath, Boolean)

Retrieves the configuration section at the specified path.

Applies to