IsWorldReadable
MSMQQueueInfo

Read-only. The IsWorldReadable property indicates if everyone can read the messages in the queue.

Quick Info

Type: BOOLEAN
Run time: read-only

Syntax

object.IsWorldReadable
 
Syntax Element Description
object Queue information (MSMQQueueInfo) object that defines the queue.

Return Values

TRUE
Everyone can read messages in the queue and its queue journal.
FALSE
Default. Only the owner of the queue can read the messages in the queue.

Remarks

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.


© 1997 by Microsoft Corporation. All rights reserved.