Class GroupPolicySoftwareInstallationPackageCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory Group Policy software installation packages.
public class GroupPolicySoftwareInstallationPackageCollection : Collection<GroupPolicySoftwareInstallationPackage>, IList<GroupPolicySoftwareInstallationPackage>, ICollection<GroupPolicySoftwareInstallationPackage>, IList, ICollection, IReadOnlyList<GroupPolicySoftwareInstallationPackage>, IReadOnlyCollection<GroupPolicySoftwareInstallationPackage>, IEnumerable<GroupPolicySoftwareInstallationPackage>, IEnumerable
- Inheritance
-
GroupPolicySoftwareInstallationPackageCollection
- Implements
- Inherited Members
Constructors
GroupPolicySoftwareInstallationPackageCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicySoftwareInstallationPackageCollection class.
public GroupPolicySoftwareInstallationPackageCollection()
Methods
ExistsByIdentifier(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.GroupPolicySoftwareInstallationPackage with the specified identifier exists within the collection.
public bool ExistsByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.GroupPolicySoftwareInstallationPackage to locate.
Returns
- bool
The CENTREL.XIA.Configuration.Types.GroupPolicySoftwareInstallationPackage with the specified identifier.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.GroupPolicySoftwareInstallationPackage with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.GroupPolicySoftwareInstallationPackage with that identifier is found.
public GroupPolicySoftwareInstallationPackage FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.GroupPolicySoftwareInstallationPackage to locate.
Returns
- GroupPolicySoftwareInstallationPackage
The CENTREL.XIA.Configuration.Types.GroupPolicySoftwareInstallationPackage with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()