EventLogPermissionEntryCollection::Add Method (EventLogPermissionEntry^)

 

Adds a specified EventLogPermissionEntry to this collection.

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

public:
int Add(
	EventLogPermissionEntry^ value
)

Return Value

Type: System::Int32

The zero-based index of the added EventLogPermissionEntry.

.NET Framework
Available since 1.1
Return to top
Show: