Table of Contents

Class GroupPolicyShortcuts

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

Represents a collection of Active Directory Group Policy shortcuts.

public class GroupPolicyShortcuts : GlobalSerializableClassicBase
Inheritance
GroupPolicyShortcuts

Constructors

GroupPolicyShortcuts()

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

public GroupPolicyShortcuts()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyShortcutCollection Items { get; set; }

Property Value

GroupPolicyShortcutCollection

Methods

ToString()

Returns the Group Policy shortcuts as a human readable string.

public override string ToString()

Returns

string

The Group Policy shortcuts as a human readable string.