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