EventLogPermissionEntryCollection::AddRange Method (EventLogPermissionEntryCollection^)

 

Appends a set of specified permission entries to this collection.

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

public:
void AddRange(
	EventLogPermissionEntryCollection^ value
)

Parameters

value
Type: System.Diagnostics::EventLogPermissionEntryCollection^

A EventLogPermissionEntryCollection that contains the permission entries to add.

Exception Condition
ArgumentNullException

value is null.

.NET Framework
Available since 1.1
Return to top
Show: