Table of Contents

Class GroupPolicyRegistryPolicyOptions

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

Represents a collection of Group Policy registry policy options.

public class GroupPolicyRegistryPolicyOptions : GlobalSerializableClassicBase
Inheritance
GroupPolicyRegistryPolicyOptions

Constructors

GroupPolicyRegistryPolicyOptions()

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

public GroupPolicyRegistryPolicyOptions()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyRegistryPolicyOptionCollection Items { get; set; }

Property Value

GroupPolicyRegistryPolicyOptionCollection

Methods

ToString()

Returns the Group Policy registry policy options as a human readable string.

public override string ToString()

Returns

string

The Group Policy registry policy options as a human readable string.