This topic has not yet been rated - Rate this topic

ManagementConfiguration Class

IIS 7.0

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

System..::..Object
  Microsoft.Web.Management.Server..::..ManagementConfiguration

Namespace:  Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)
public sealed class ManagementConfiguration

The ManagementConfiguration type exposes the following members.

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetSection(String)Retrieves the configuration section at the specified path.
Public methodGetSection(String, Type)Retrieves the configuration section at the specified section path.
Public methodGetSection(String, ManagementConfigurationPath, Boolean)Retrieves the configuration section at the specified path.
Public methodGetSection(String, Type, ManagementConfigurationPath, Boolean)Retrieves the configuration section at the specified path.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.