Table of Contents

Class WindowsAdvancedAuditPolicyCategory

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a category in the Windows advanced audit policy.

public class WindowsAdvancedAuditPolicyCategory : GlobalSerializableClassicBase, IComparable<WindowsAdvancedAuditPolicyCategory>
Inheritance
WindowsAdvancedAuditPolicyCategory
Implements

Constructors

WindowsAdvancedAuditPolicyCategory()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsAdvancedAuditPolicyCategory class.

public WindowsAdvancedAuditPolicyCategory()

Properties

Guid

Gets or sets the unique identifier of the category in GUID format - for example "69979850-797a-11d9-bed3-505054503030".

public string Guid { get; set; }

Property Value

string

Name

Gets or sets the display name for the category - for example "Account Logon".

public string Name { get; set; }

Property Value

string

Subcategories

Gets or sets the audit subcategories.

public WindowsAdvancedAuditPolicySubcategoryCollection Subcategories { get; set; }

Property Value

WindowsAdvancedAuditPolicySubcategoryCollection

Methods

CompareTo(WindowsAdvancedAuditPolicyCategory)

Compares two CENTREL.XIA.Configuration.Types.WindowsAdvancedAuditPolicyCategory objects to allow sorting alphabetically by name.

public int CompareTo(WindowsAdvancedAuditPolicyCategory other)

Parameters

other WindowsAdvancedAuditPolicyCategory

The CENTREL.XIA.Configuration.Types.WindowsAdvancedAuditPolicyCategory to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.WindowsAdvancedAuditPolicyCategory objects.