Table of Contents

Class IisApplicationPools

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of IIS server application pools.

public class IisApplicationPools : BypassSection
Inheritance
IisApplicationPools
Inherited Members

Constructors

IisApplicationPools()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisApplicationPools class.

public IisApplicationPools()

Properties

Items

Gets or sets the items in the collection.

public IisApplicationPoolCollection Items { get; set; }

Property Value

IisApplicationPoolCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisApplicationPools class from the specified Xml.

public static IisApplicationPools FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisApplicationPools object

Returns

IisApplicationPools

A CENTREL.XIA.Configuration.Types.IisApplicationPools class from the specified Xml.

ToString()

Returns the application pools as human readable string.

public override string ToString()

Returns

string

The application pools as a human readable string.