MessageQueuePermission Constructor ()

 

Initializes a new instance of the MessageQueuePermission class.

Namespace:   System.Messaging
Assembly:  System.Messaging (in System.Messaging.dll)

public:
MessageQueuePermission()

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
Return to top
Show: