Table of Contents

Class GroupPolicyAuditPolicy

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

Represents an Active Directory Group Policy audit policy.

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

Constructors

GroupPolicyAuditPolicy()

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

public GroupPolicyAuditPolicy()

Properties

DisplayName

Gets or sets the display name of the audit policy.

public string DisplayName { get; set; }

Property Value

string

PolicyName

Gets or sets the name of the audit policy.

public string PolicyName { get; set; }

Property Value

string

PolicyType

Gets or sets the policy type.

public GroupPolicyAuditPolicyType PolicyType { get; set; }

Property Value

GroupPolicyAuditPolicyType

PolicyTypeString

Gets or sets the policy type as a human readable string.

public string PolicyTypeString { get; set; }

Property Value

string

Methods

CompareTo(GroupPolicyAuditPolicy)

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

public int CompareTo(GroupPolicyAuditPolicy other)

Parameters

other GroupPolicyAuditPolicy

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

Returns

int

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

ToString()

Returns the display name of the policy.

public override string ToString()

Returns

string

The display name of the policy.