Table of Contents

Class IisConfigurationElement

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

Represents an IIS configuration element.

public abstract class IisConfigurationElement : GlobalSerializableBase
Inheritance
IisConfigurationElement
Derived

Constructors

IisConfigurationElement()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisConfigurationElement class.

public IisConfigurationElement()

Properties

EntryTypeString

Gets the entry type as a human readable string.

public string EntryTypeString { get; set; }

Property Value

string

IsLocallyStored

Gets or sets whether the section is locally stored or inherited.

public BooleanOption IsLocallyStored { get; set; }

Property Value

BooleanOption