Table of Contents

Class GroupPolicyEnvironmentVariableCollection

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

Represents a collection of Active Directory Group Policy environment variables.

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

Constructors

GroupPolicyEnvironmentVariableCollection()

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

public GroupPolicyEnvironmentVariableCollection()

Methods

ExistsByIdentifier(Guid)

Returns a System.Boolean value that indicates whether an environment variable with the specified identifier exists within the collection.

public bool ExistsByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyEnvironmentVariable to locate.

Returns

bool

A System.Boolean value that indicates whether an environment variable with the specified identifier exists within the collection.

FindByIdentifier(Guid)

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

public GroupPolicyEnvironmentVariable FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyEnvironmentVariable to locate.

Returns

GroupPolicyEnvironmentVariable

The CENTREL.XIA.Configuration.Types.GroupPolicyEnvironmentVariable with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()