MessageQueuePermission Constructor ()
.NET Framework (current version)
Initializes a new instance of the MessageQueuePermission class.
Assembly: System.Messaging (in System.Messaging.dll)
The following code example creates a new instance of MessageQueuePermission.
// Create a new instance of MessageQueuePermission. MessageQueuePermission permission = new MessageQueuePermission();
.NET Framework
Available since 1.1
Available since 1.1
Show: