System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / AccessControlEntryType Enumeration



In This Topic
    AccessControlEntryType Enumeration
    In This Topic
    Specifies whether to allow, deny, or revoke access rights for a trustee.
    Syntax
    'Declaration
     
    
    Public Enum AccessControlEntryType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AccessControlEntryType
    public enum AccessControlEntryType : System.Enum 
    public enum class AccessControlEntryType : public System.Enum 
    Members
    MemberDescription
    AllowAn access-allowed entry that causes the new rights to be added to any existing rights the trustee has.
    DenyAn access-denied entry that denies the specified rights in addition to any currently denied rights of the trustee.
    RevokeAn entry that removes all existing allowed or denied rights for the specified trustee.
    SetAn 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             System.Messaging.AccessControlEntryType

    Requirements

    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

    See Also