MessageQueueAccessControlEntry Class Members
The following tables list the members exposed by MessageQueueAccessControlEntry.
Public Constructors
Name | Description | |
---|---|---|
![]() | MessageQueueAccessControlEntry Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | EntryType | Gets or sets a value that indicates how the access rights apply to the trustee. (Inherited from System.Messaging.AccessControlEntry) |
![]() | GenericAccessRights | Gets or sets a set of common access rights that map to both standard and object-specific access rights for reading, writing, and executing. (Inherited from System.Messaging.AccessControlEntry) |
![]() | MessageQueueAccessRights | Gets or sets the set of Message Queuing-specific rights to apply to the trustee. |
![]() | StandardAccessRights | Gets or sets a set of standard access rights that correspond to operations common to most types of securable objects. (Inherited from System.Messaging.AccessControlEntry) |
![]() | Trustee | Gets or sets the user, group, domain, or alias to which you are assigning access rights. (Inherited from System.Messaging.AccessControlEntry) |
Protected Properties
Name | Description | |
---|---|---|
![]() | CustomAccessRights | Gets or sets custom access rights. (Inherited from System.Messaging.AccessControlEntry) |
See Also