Read-only. The IsWorldReadable property indicates if everyone can read the messages in the queue.
Type: | BOOLEAN |
Run time: | read-only |
object.IsWorldReadable
Syntax Element | Description |
object | Queue information (MSMQQueueInfo) object that defines the queue. |
MSMQ initially sets this property based on the Create method's optional IsWorldReadable parameter. After the queue is created, MSMQ resets IsWorldReadable whenever the queue's security is changed to allow or disallow read access to everyone.
This property has no effect on sending messages to the queue.
For information on access control, see Access Control.