Table of Contents

Class StarterGroupPolicyObjectCollection

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

Represents a collection of Group Policy objects.

public class StarterGroupPolicyObjectCollection : Collection<StarterGroupPolicyObject>, IList<StarterGroupPolicyObject>, ICollection<StarterGroupPolicyObject>, IList, ICollection, IReadOnlyList<StarterGroupPolicyObject>, IReadOnlyCollection<StarterGroupPolicyObject>, IEnumerable<StarterGroupPolicyObject>, IEnumerable
Inheritance
StarterGroupPolicyObjectCollection
Implements
Inherited Members

Constructors

StarterGroupPolicyObjectCollection()

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

public StarterGroupPolicyObjectCollection()

Methods

FindByDisplayName(string)

Returns the CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject with the specified display name, or null if no CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject with that display name is found.

public StarterGroupPolicyObject FindByDisplayName(string displayName)

Parameters

displayName string

The display name of the CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject to locate.

Returns

StarterGroupPolicyObject

The CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject with the specified display name.

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject with that unique identifier is found.

public StarterGroupPolicyObject FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject to locate.

Returns

StarterGroupPolicyObject

The CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject with the specified unique identifier.

Sort()

Sorts the values in the collection.

public void Sort()