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