Table of Contents

Class GroupPolicyRestrictedGroups

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

Represents a collection of Active Directory Group Policy restricted groups.

public class GroupPolicyRestrictedGroups : GlobalSerializableClassicBase
Inheritance
GroupPolicyRestrictedGroups

Constructors

GroupPolicyRestrictedGroups()

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

public GroupPolicyRestrictedGroups()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyRestrictedGroupCollection Items { get; set; }

Property Value

GroupPolicyRestrictedGroupCollection

Methods

ToString()

Returns the Group Policy restricted groups as a human readable string.

public override string ToString()

Returns

string

The Group Policy restricted groups as a human readable string.