Class ActiveDirectoryReplicationSiteLinkBridgeCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory replication site link bridges.
public class ActiveDirectoryReplicationSiteLinkBridgeCollection : Collection<ActiveDirectoryReplicationSiteLinkBridge>, IList<ActiveDirectoryReplicationSiteLinkBridge>, ICollection<ActiveDirectoryReplicationSiteLinkBridge>, IList, ICollection, IReadOnlyList<ActiveDirectoryReplicationSiteLinkBridge>, IReadOnlyCollection<ActiveDirectoryReplicationSiteLinkBridge>, IEnumerable<ActiveDirectoryReplicationSiteLinkBridge>, IEnumerable
- Inheritance
-
ActiveDirectoryReplicationSiteLinkBridgeCollection
- Implements
- Inherited Members
Constructors
ActiveDirectoryReplicationSiteLinkBridgeCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridgeCollection class.
public ActiveDirectoryReplicationSiteLinkBridgeCollection()
Methods
Exists(Guid)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridge 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.ActiveDirectoryReplicationSiteLinkBridge to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridge with the specified unique identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridge with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridge with that unique identifier is found.
public ActiveDirectoryReplicationSiteLinkBridge FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridge to locate.
Returns
- ActiveDirectoryReplicationSiteLinkBridge
The CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridge with the specified unique identifier.
Sort()
Sorts the values in the collection.
public void Sort()