EventLogPermissionEntryCollection::AddRange Method (array<EventLogPermissionEntry^>^)
.NET Framework (current version)
Appends a set of specified permission entries to this collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
array<System.Diagnostics::EventLogPermissionEntry^>^
An array of type EventLogPermissionEntry objects that contains the permission entries to add.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: