Table of Contents

Class ActiveDirectoryDfsTargetBase

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

Represents an Active Directory distributed file system (DFS) target.

public abstract class ActiveDirectoryDfsTargetBase : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsTargetBase>
Inheritance
ActiveDirectoryDfsTargetBase
Implements
Derived

Constructors

ActiveDirectoryDfsTargetBase()

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

public ActiveDirectoryDfsTargetBase()

Properties

Identifier

Gets or sets the unique identifier of the target.

public Guid Identifier { get; set; }

Property Value

Guid

ReferralPriorityRank

Gets or sets the referral priority rank for the target.

public int ReferralPriorityRank { get; set; }

Property Value

int

ReferralTargetPriority

Gets or sets the referral target priority for the target.

public ActiveDirectoryDfsReferralTargetPriority ReferralTargetPriority { get; set; }

Property Value

ActiveDirectoryDfsReferralTargetPriority

ServerName

Gets or sets the server name.

public string ServerName { get; set; }

Property Value

string

State

Gets or sets the target state.

public ActiveDirectoryDfsState State { get; set; }

Property Value

ActiveDirectoryDfsState

TargetPath

Gets or sets the target path.

public string TargetPath { get; set; }

Property Value

string

Methods

CompareTo(ActiveDirectoryDfsTargetBase)

Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsTargetBase objects to allow sorting alphabetically by target path.

public int CompareTo(ActiveDirectoryDfsTargetBase other)

Parameters

other ActiveDirectoryDfsTargetBase

The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsTargetBase object to compare to.

Returns

int

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

ToString()

Returns the server name of the target.

public override string ToString()

Returns

string

The server name of the target