Class IisDefaultDocument
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft IIS default document.
public class IisDefaultDocument : IisConfigurationElement
- Inheritance
-
IisDefaultDocument
- Inherited Members
Constructors
IisDefaultDocument()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisDefaultDocument class.
public IisDefaultDocument()
Properties
Name
Gets or sets the name of the default document.
public string Name { get; set; }
Property Value
Methods
ToString()
Returns the default document as a human readable string.
public override string ToString()
Returns
- string
The default document as a human readable string.