Table of Contents

Class ActiveDirectoryGroupPolicyLinks

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

Represents a collection of Active Directory Group Policy links.

public class ActiveDirectoryGroupPolicyLinks : BaseTypeSection
Inheritance
ActiveDirectoryGroupPolicyLinks

Constructors

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

public ActiveDirectoryGroupPolicyLinks()

Properties

Gets or sets the items in the collection.

public ActiveDirectoryGroupPolicyLinkCollection Items { get; set; }

Property Value

ActiveDirectoryGroupPolicyLinkCollection

Methods

Returns the Active Directory Group Policy links as a human readable string.

public override string ToString()

Returns

string

The Active Directory Group Policy links as a human readable string.