Enum ActiveDirectoryDfsFolderSettingSource
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The configuration source of a DFS folder setting.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryDfsFolderSettingSource
Fields
Folder = 1
The setting is configured directly on the folder.
Namespace = 2
The setting is configured on the namespace.
Unknown = 0
The setting source is unknown.