Table of Contents

Enum ActiveDirectoryDfsReferralTargetPriority

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

The referral target priority of a DFS target.

[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryDfsReferralTargetPriority

Fields

FirstAllTargets = 2

The referral target priority is first among all targets.

FirstEqualTargets = 4

The referral target priority is first among all targets of equal cost.

LastAllTargets = Normal | FirstAllTargets

The referral target priority is last among all targets.

LastEqualTargets = Normal | FirstEqualTargets

The referral target priority is last among all targets of equal cost.

Normal = 1

The referral target priority is normal.

Unknown = 0

The referral target priority is unknown.