Table of Contents

Enum ActiveDirectoryDfsNamespaceOptimizationType

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

The optimization type of a DNS namespace.

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

Fields

Consistency = 1

The optimization type is to optimize for consistency.

Scalability = 2

The optimization type is to optimize for scalability.

Unknown = 0

The optimization type is unknown.