Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft