This topic has not yet been rated - Rate this topic

MessageQueue.SetPermissions Method

Adds permissions to the current set. This controls who has access rights to queue properties and messages in the queue.

Name Description
MessageQueue.SetPermissions (AccessControlList) Assigns access rights to the queue based on the contents of an access control list.
MessageQueue.SetPermissions (MessageQueueAccessControlEntry) Assigns access rights to the queue based on the contents of an access control entry.
MessageQueue.SetPermissions (String, MessageQueueAccessRights) Gives a computer, group, or user the specified access rights.
MessageQueue.SetPermissions (String, MessageQueueAccessRights, AccessControlEntryType) Gives a computer, group, or user the specified access rights, with the specified access control type (allow, deny, revoke, or set).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.