Table of Contents

Class IisAppSetting

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

Represents a Microsoft IIS app setting.

public class IisAppSetting : IisConfigurationElement, IComparable<IisAppSetting>
Inheritance
IisAppSetting
Implements
Inherited Members

Constructors

IisAppSetting()

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

public IisAppSetting()

Properties

Name

Gets or sets the name of the app setting.

public string Name { get; set; }

Property Value

string

Value

Gets or sets value of the setting.

public string Value { get; set; }

Property Value

string

Methods

CompareTo(IisAppSetting)

Compares two CENTREL.XIA.Configuration.Types.IisAppSetting objects to allow sorting alphabetically by name.

public int CompareTo(IisAppSetting other)

Parameters

other IisAppSetting

The CENTREL.XIA.Configuration.Types.IisAppSetting to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.IisAppSetting objects.

ToString()

Returns the app setting as a human readable string.

public override string ToString()

Returns

string

The app setting as a human readable string.