Table of Contents

Class IisSharedConfigurationSettings

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

Represents the IIS shared configuration settings.

public class IisSharedConfigurationSettings : BypassSection
Inheritance
IisSharedConfigurationSettings
Inherited Members

Constructors

IisSharedConfigurationSettings()

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

public IisSharedConfigurationSettings()

Properties

Enabled

Gets or sets whether the shared configuration is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

PhysicalPath

Gets or sets the physical path.

public string PhysicalPath { get; set; }

Property Value

string

Username

Gets or sets the username to use for the connection.

public string Username { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisSharedConfigurationSettings class from the specified Xml.

public static IisSharedConfigurationSettings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisSharedConfigurationSettings object

Returns

IisSharedConfigurationSettings

A CENTREL.XIA.Configuration.Types.IisSharedConfigurationSettings class from the specified Xml.

ToString()

Returns the shared configuration settings as a human readable string.

public override string ToString()

Returns

string

The shared configuration settings as a human readable string.