Table of Contents

Class GroupPolicyIniFile

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

Represents an Active Directory Group Policy ini file.

public class GroupPolicyIniFile : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyIniFile
Implements
Inherited Members

Constructors

GroupPolicyIniFile()

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

public GroupPolicyIniFile()

Properties

Path

Gets or sets the path to the ini file.

public string Path { get; set; }

Property Value

string

PropertyName

Gets or sets the property name.

public string PropertyName { get; set; }

Property Value

string

PropertyValue

Gets or sets the property value. This does not apply when the action is delete.

public string PropertyValue { get; set; }

Property Value

string

Section

Gets or sets the section name.

public string Section { get; set; }

Property Value

string