| Overload | Description |
|---|---|
| MessageQueuePermission Constructor() | Initializes a new instance of the MessageQueuePermission class. |
| MessageQueuePermission Constructor(PermissionState) | Initializes a new instance of the MessageQueuePermission class with the specified permission state. |
| MessageQueuePermission Constructor(MessageQueuePermissionAccess,String) | Initializes a new instance of the MessageQueuePermission class with the specified access levels and the path of the queue. |
| MessageQueuePermission Constructor(MessageQueuePermissionAccess,String,String,String) | Initializes a new instance of the MessageQueuePermission class with the specified access levels, computer to use, queue description, and queue category. |
| MessageQueuePermission Constructor(MessageQueuePermissionEntry[]) | Initializes a new instance of the MessageQueuePermission class with the specified permission access level entries. |