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