Class NtfsAccessRule
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual NTFS access rule.
public class NtfsAccessRule : NtfsRuleBase, IComparable<NtfsRuleBase>
- Inheritance
-
NtfsAccessRule
- Implements
- Inherited Members
Constructors
NtfsAccessRule()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NtfsAccessRule class.
public NtfsAccessRule()
Properties
AccessRuleType
Gets or sets the type of access rule.
public NftsAccessRuleType AccessRuleType { get; set; }
Property Value
AccessRuleTypeString
Gets the type of access rule.
public string AccessRuleTypeString { get; set; }
Property Value
CollectionDisplayField
Gets the collection display field.
[Browsable(false)]
public string CollectionDisplayField { get; }
Property Value
CollectionIndex
Gets the unique collection index.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
Methods
ToString()
Returns this NTFS access rule as a human readable string in the format "AccountName [Type]".
public override string ToString()
Returns
- string
The NTFS access rule as a human readable string.