Class GroupPolicyEventLogSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy event log setting.
public class GroupPolicyEventLogSetting : GlobalSerializableClassicBase, IComparable<GroupPolicyEventLogSetting>
- Inheritance
-
GroupPolicyEventLogSetting
- Implements
Constructors
GroupPolicyEventLogSetting()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyEventLogSetting class.
public GroupPolicyEventLogSetting()
Properties
DisplayName
Gets the display name of the setting.
public string DisplayName { get; set; }
Property Value
LogName
Gets or sets the name of the log to which the setting applies.
public string LogName { get; set; }
Property Value
SettingName
Gets or sets the name of the setting.
public string SettingName { get; set; }
Property Value
Value
Gets or sets the configured value.
public object Value { get; set; }
Property Value
ValueString
Gets the configured value as a human readable string.
public string ValueString { get; set; }
Property Value
Methods
CompareTo(GroupPolicyEventLogSetting)
Compares two CENTREL.XIA.Configuration.Types.GroupPolicyEventLogSetting objects to allow sorting alphabetically by display name.
public int CompareTo(GroupPolicyEventLogSetting other)
Parameters
other
GroupPolicyEventLogSettingThe CENTREL.XIA.Configuration.Types.GroupPolicyEventLogSetting to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyEventLogSetting objects.
ToString()
Returns the display name of the setting.
public override string ToString()
Returns
- string
The display name of the setting.