MessageQueuePermissionAccess Enumeration
.NET Framework 2.0
Defines access levels used by System.Messaging permission classes.
Assembly: System.Messaging (in system.messaging.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.MessagingAssembly: System.Messaging (in system.messaging.dll)
'Declaration <SerializableAttribute> _ <FlagsAttribute> _ Public Enumeration MessageQueuePermissionAccess 'Usage Dim instance As MessageQueuePermissionAccess
/** @attribute SerializableAttribute() */ /** @attribute FlagsAttribute() */ public enum MessageQueuePermissionAccess
SerializableAttribute FlagsAttribute public enum MessageQueuePermissionAccess
| Member name | Description | |
|---|---|---|
![]() | Administer | The MessageQueue can look at the queues that are available, read the messages in the queue, and send and receive messages. |
![]() | Browse | The MessageQueue can look at the queues that are available. |
![]() | None | The MessageQueue has no permissions. |
![]() | Peek | The MessageQueue can look at the queues that are available and read the messages in the queue. |
![]() | Receive | The MessageQueue can look at the queues that are available, read the messages in the queue, and receive messages. |
![]() | Send | The MessageQueue can look at the queues that are available and send messages. |
The following code example uses MessageQueuePermissionAccess in creating a new instance of MessageQueuePermission.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show:
