Table of Contents

Class IisModule

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a Microsoft IIS module.

public class IisModule : IisConfigurationElement
Inheritance
IisModule
Inherited Members

Constructors

IisModule()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisModule class.

public IisModule()

Properties

Name

Gets or sets the name of the module.

public string Name { get; set; }

Property Value

string

Preconditions

Gets or sets the preconditions for the module.

public IisModulePreconditions Preconditions { get; set; }

Property Value

IisModulePreconditions

PreconditionsStrings

Gets the preconditions for the module.

public SerializableStringCollection PreconditionsStrings { get; set; }

Property Value

SerializableStringCollection

TypeName

Gets or sets the type name for the module.

public string TypeName { get; set; }

Property Value

string

Methods

ToString()

Returns the module as a human readable string.

public override string ToString()

Returns

string

The module as a human readable string.