Table of Contents

Class ActiveDirectoryDfsServers

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

Represents a collection of Active Directory distributed file system (DFS) servers.

public class ActiveDirectoryDfsServers : BaseTypeSection
Inheritance
ActiveDirectoryDfsServers

Constructors

ActiveDirectoryDfsServers()

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

public ActiveDirectoryDfsServers()

Properties

Items

Gets or sets the items in the collection.

public ActiveDirectoryDfsServerCollection Items { get; set; }

Property Value

ActiveDirectoryDfsServerCollection

Methods

ToString()

Returns the Active Directory distributed file system (DFS) servers as a human readable string.

public override string ToString()

Returns

string

The Active Directory distributed file system (DFS) servers as a human readable string.