Class ActiveDirectoryDfsReplicationMembershipCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory distributed file system (DFS) replication group membership.
public class ActiveDirectoryDfsReplicationMembershipCollection : Collection<ActiveDirectoryDfsReplicationMembership>, IList<ActiveDirectoryDfsReplicationMembership>, ICollection<ActiveDirectoryDfsReplicationMembership>, IList, ICollection, IReadOnlyList<ActiveDirectoryDfsReplicationMembership>, IReadOnlyCollection<ActiveDirectoryDfsReplicationMembership>, IEnumerable<ActiveDirectoryDfsReplicationMembership>, IEnumerable
- Inheritance
-
ActiveDirectoryDfsReplicationMembershipCollection
- Implements
- Inherited Members
Constructors
ActiveDirectoryDfsReplicationMembershipCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembershipCollection class.
public ActiveDirectoryDfsReplicationMembershipCollection()
Methods
Exists(Guid)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership with the specified unique identifier exists within the collection.
public bool Exists(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership with the specified unique identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership with that unique identifier is found.
public ActiveDirectoryDfsReplicationMembership FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership to locate.
Returns
- ActiveDirectoryDfsReplicationMembership
The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership with the specified unique identifier.
Sort()
Sorts the objects in the collection.
public void Sort()