API Reference
Class
EventLogPolicyInfo
Summarizes Windows Event Log policy settings (retention and size) for Application, Security and System logs.
Inheritance
- Object
- EventLogPolicyInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method EventLogPolicyReaderCx.Read
- Method EventLogPolicyReader.Read
- Property GpoDetails.EventLogPolicy
- Property GpoDetailsView.EventLogPolicy
- Property RsopDetails.EventLogPolicy
- Property RsopDetailsView.EventLogPolicy
- Property RsopGpResultSingleReport.EventLogPolicy
Constructors
public EventLogPolicyInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ApplicationRetention { get; set; } #Application log retention mode (e.g., OverwriteAsNeeded, DoNotOverwrite).
public Nullable<Int32> ApplicationRetentionDays { get; set; } #Application log retention days (when applicable).
public Nullable<Int32> ApplicationMaxSizeKB { get; set; } #Application log maximum size in kilobytes.
public String SecurityRetention { get; set; } #Security log retention mode.
public Nullable<Int32> SecurityRetentionDays { get; set; } #Security log retention days (when applicable).
public Nullable<Int32> SecurityMaxSizeKB { get; set; } #Security log maximum size in kilobytes.
public String SystemRetention { get; set; } #System log retention mode.
public Nullable<Int32> SystemRetentionDays { get; set; } #System log retention days (when applicable).
public Nullable<Int32> SystemMaxSizeKB { get; set; } #System log maximum size in kilobytes.