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