Enum ActiveDirectoryDfsFolderPermissionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The DFS folder permission type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryDfsFolderPermissionType
Fields
Allow = 1
The permission type is allow.
Deny = 2
The permission type is deny.
Unknown = 0
The permission type is unknown.