Class IisApplications
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of IIS applications.
public class IisApplications : BypassSection
- Inheritance
-
IisApplications
- Inherited Members
Constructors
IisApplications()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisApplications class.
public IisApplications()
Properties
Items
Gets or sets the items in the collection.
public IisApplicationCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisApplications class from the specified Xml.
public static IisApplications FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisApplications object
Returns
- IisApplications
A CENTREL.XIA.Configuration.Types.IisApplications class from the specified Xml.
ToString()
Returns the applications as human readable string.
public override string ToString()
Returns
- string
The applications as a human readable string.