Class ActiveDirectoryDfsReplicationGroup
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory distributed file system (DFS) replication group.
public class ActiveDirectoryDfsReplicationGroup : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsReplicationGroup>
- Inheritance
-
ActiveDirectoryDfsReplicationGroup
- Implements
Constructors
ActiveDirectoryDfsReplicationGroup()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup class.
public ActiveDirectoryDfsReplicationGroup()
Properties
Administrators
Gets or sets the accounts that have been deleted management permissions.
public SerializableStringCollection Administrators { get; set; }
Property Value
- SerializableStringCollection
Description
Gets or sets the description of the replication group.
public string Description { get; set; }
Property Value
Identifier
Gets or sets the identifier of the replication group.
public Guid Identifier { get; set; }
Property Value
Members
Gets or sets the members of the replication group.
public ActiveDirectoryDfsReplicationMembers Members { get; set; }
Property Value
Memberships
Gets all DFS replication memberships regardless of the member to which the membership belongs.
public ActiveDirectoryDfsReplicationMembershipCollection Memberships { get; }
Property Value
Name
Gets or sets the name of the replication group.
public string Name { get; set; }
Property Value
ReplicatedFolders
Gets or sets the replicated folders in the replication group.
public ActiveDirectoryDfsReplicatedFolders ReplicatedFolders { get; set; }
Property Value
ReplicationConnections
Gets or sets the replication connections.
public ActiveDirectoryDfsReplicationConnections ReplicationConnections { get; set; }
Property Value
Schedule
Gets or sets the replication schedule.
public ActiveDirectoryDfsReplicationSchedule Schedule { get; set; }
Property Value
State
Gets or sets the state of the replication group.
public ActiveDirectoryDfsReplicationState State { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup object.
public ActiveDirectoryDfsReplicationGroup Clone()
Returns
- ActiveDirectoryDfsReplicationGroup
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup object.
CompareTo(ActiveDirectoryDfsReplicationGroup)
Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup objects to allow sorting alphabetically by name.
public int CompareTo(ActiveDirectoryDfsReplicationGroup other)
Parameters
other
ActiveDirectoryDfsReplicationGroupThe CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup object to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup objects.