EventLogPermissionEntryCollection.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a set of specified permission entries to this collection.
Overloads
AddRange(EventLogPermissionEntry[]) |
Appends a set of specified permission entries to this collection. |
AddRange(EventLogPermissionEntryCollection) |
Appends a set of specified permission entries to this collection. |
AddRange(EventLogPermissionEntry[])
Appends a set of specified permission entries to this collection.
public:
void AddRange(cli::array <System::Diagnostics::EventLogPermissionEntry ^> ^ value);
public void AddRange (System.Diagnostics.EventLogPermissionEntry[] value);
member this.AddRange : System.Diagnostics.EventLogPermissionEntry[] -> unit
Public Sub AddRange (value As EventLogPermissionEntry())
Parameters
- value
- EventLogPermissionEntry[]
An array of type EventLogPermissionEntry objects that contains the permission entries to add.
Exceptions
value
is null
.
Applies to
AddRange(EventLogPermissionEntryCollection)
Appends a set of specified permission entries to this collection.
public:
void AddRange(System::Diagnostics::EventLogPermissionEntryCollection ^ value);
public void AddRange (System.Diagnostics.EventLogPermissionEntryCollection value);
member this.AddRange : System.Diagnostics.EventLogPermissionEntryCollection -> unit
Public Sub AddRange (value As EventLogPermissionEntryCollection)
Parameters
A EventLogPermissionEntryCollection that contains the permission entries to add.
Exceptions
value
is null
.