EventLogPermissionAttribute::PermissionAccess Property
.NET Framework (current version)
Gets or sets the access levels used in the permissions request.
Assembly: System (in System.dll)
public: property EventLogPermissionAccess PermissionAccess { EventLogPermissionAccess get(); void set(EventLogPermissionAccess value); }
Property Value
Type: System.Diagnostics::EventLogPermissionAccessA bitwise combination of the EventLogPermissionAccess values. The default is Write.
.NET Framework
Available since 1.1
Available since 1.1
Show: