'Declaration
Public Enum AccessControlEntryType Inherits System.Enum
'Usage
Dim instance As AccessControlEntryType
public enum AccessControlEntryType : System.Enum
public enum class AccessControlEntryType : public System.Enum
'Declaration
Public Enum AccessControlEntryType Inherits System.Enum
'Usage
Dim instance As AccessControlEntryType
public enum AccessControlEntryType : System.Enum
public enum class AccessControlEntryType : public System.Enum
Member | Description |
---|---|
Allow | An access-allowed entry that causes the new rights to be added to any existing rights the trustee has. |
Deny | An access-denied entry that denies the specified rights in addition to any currently denied rights of the trustee. |
Revoke | An entry that removes all existing allowed or denied rights for the specified trustee. |
Set | An access-allowed entry that is similar to Allow, except that the new entry allows only the specified rights. Using it discards any existing rights, including all existing access-denied entries for the trustee. |
System.Object
System.ValueType
System.Enum
System.Messaging.AccessControlEntryType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2