EventLogPermissionAttribute::PermissionAccess Property

 

Gets or sets the access levels used in the permissions request.

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

public:
property EventLogPermissionAccess PermissionAccess {
	EventLogPermissionAccess get();
	void set(EventLogPermissionAccess value);
}

Property Value

Type: System.Diagnostics::EventLogPermissionAccess

A bitwise combination of the EventLogPermissionAccess values. The default is Write.

.NET Framework
Available since 1.1
Return to top
Show: