Read-only. The IsWorldReadable property indicates whether 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.
Windows NT: Requires version 4.0 SP3 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in mqoai.h.
Import Library: Use mqoa.lib.
Unicode: Defined only as Unicode.