Table of Contents

Class ActiveDirectoryDfsFolderTargets

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

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

public class ActiveDirectoryDfsFolderTargets : BaseTypeSection
Inheritance
ActiveDirectoryDfsFolderTargets

Constructors

ActiveDirectoryDfsFolderTargets()

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

public ActiveDirectoryDfsFolderTargets()

Properties

Items

Gets or sets the items in the collection.

public ActiveDirectoryDfsFolderTargetCollection Items { get; set; }

Property Value

ActiveDirectoryDfsFolderTargetCollection

Methods

ToString()

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

public override string ToString()

Returns

string

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