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