Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class Diagnostics_ChangeLogSettingsRequest
public Diagnostics_ChangeLogSettingsRequest()
public bool LogFailureAudit { get; set; }
public bool LogInformation { get; set; }
public bool LogSuccessAudit { get; set; }
public bool LogToEventLog { get; set; }
public bool LogToFile { get; set; }
public bool LogToSuperOffice { get; set; }
public bool LogToTrace { get; set; }
public bool LogWarning { get; set; }
Was this page helpful?