This documentation is archived and is not being maintained.
EventLogConfiguration::SecurityDescriptor Property
Visual Studio 2008
Gets or sets the security descriptor of the event log. The security descriptor defines the users and groups of users that can read and write to the event log.
Assembly: System.Core (in System.Core.dll)
public: property String^ SecurityDescriptor { String^ get (); void set (String^ value); }
Property Value
Type: System::StringReturns a string that contains the security descriptor for the event log.
If the value of this property is changed, call the SaveChanges method to save the changes.
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: