AccessControlList::Add Method (AccessControlEntry^)

 

Appends an access control entry to the access control list.

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

public:
int Add(
	AccessControlEntry^ entry
)

Parameters

entry
Type: System.Messaging::AccessControlEntry^

A AccessControlEntry to append to the end of the access control list.

Return Value

Type: System::Int32

The position into which the new access control entry was inserted.

Exception Condition
ArgumentNullException

The entry parameter is null.

.NET Framework
Available since 1.1
Return to top
Show: