Enum ActiveDirectoryDfsState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The state of a DFS object.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryDfsState
Fields
Offline = 2
The state is offline.
Online = 1
The state is online.
Unknown = 0
The state is unknown.