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.
EventLogPermission Constructor (EventLogPermissionAccess, String^)
.NET Framework (current version)
Initializes a new instance of the EventLogPermission class with the specified access levels and the name of the computer to use.
Assembly: System (in System.dll)
public:
EventLogPermission(
EventLogPermissionAccess permissionAccess,
String^ machineName
)
Parameters
- permissionAccess
-
Type:
System.Diagnostics::EventLogPermissionAccess
One of the enumeration values that specifies an access level.
- machineName
-
Type:
System::String^
The name of the computer on which to read or write events.
.NET Framework
Available since 1.1
Available since 1.1
Show: