Table of Contents

Class IisManagementServiceUsers

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

Represents the IIS management service users.

public class IisManagementServiceUsers : BypassSection
Inheritance
IisManagementServiceUsers
Inherited Members

Constructors

IisManagementServiceUsers()

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

public IisManagementServiceUsers()

Properties

Items

Gets or sets the items in the collection.

public IisManagementServiceUserCollection Items { get; set; }

Property Value

IisManagementServiceUserCollection

Methods

FromXml(string)

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

public static IisManagementServiceUsers FromXml(string xml)

Parameters

xml string

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

Returns

IisManagementServiceUsers

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

ToString()

Returns the IIS management service users as human readable string.

public override string ToString()

Returns

string

The IIS management service users as a human readable string.