Enum ActiveDirectoryDfsReplicationState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The state of a DFS replication object.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryDfsReplicationState
Fields
Incomplete = 3The state is incomplete.
Invalid = 6The state is referencing invalid member.
Normal = 1The state is normal.
Phantom = 2The state is phantom.
Provisional = 4The state is provisional.
ReferencingInvalidMember = 5The state is referencing invalid member.
Unknown = 0The state is unknown.