MessageQueuePermission::Union Method (IPermission^)

 
Use BaseTrue

Returns a new permission object that is the union of the current and specified permission objects.

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

public:
virtual IPermission^ Union(
	IPermission^ target
) override

Parameters

target
Type: System.Security::IPermission^

A permission object to combine with the current permission object. It must be of the same type as the current permission object.

Return Value

Type: System.Security::IPermission^

A new permission object that represents the union of the current permission object and the specified permission object.

.NET Framework
Available since 1.1
Return to top
Show: