Class ActiveDirectoryDfsReplicationMember
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory distributed file system (DFS) replication group member.
public class ActiveDirectoryDfsReplicationMember : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsReplicationMember>
- Inheritance
-
ActiveDirectoryDfsReplicationMember
- Implements
Constructors
ActiveDirectoryDfsReplicationMember()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroupMember class.
public ActiveDirectoryDfsReplicationMember()
Properties
Description
Gets or sets the description of the replication group member.
public string Description { get; set; }
Property Value
DnsName
Gets or sets the fully qualified domain name of the member.
public string DnsName { get; set; }
Property Value
DomainName
Gets or sets the domain name of the member.
public string DomainName { get; set; }
Property Value
Identifier
Gets or sets the identifier of the replication group member.
public Guid Identifier { get; set; }
Property Value
IncomingConnections
Gets or sets the number of incoming connections.
public int IncomingConnections { get; set; }
Property Value
IsClusterNode
Gets or sets whether the member is a cluster node.
public BooleanOption IsClusterNode { get; set; }
Property Value
Memberships
Gets or sets the memberships of the member.
public ActiveDirectoryDfsReplicationMemberships Memberships { get; set; }
Property Value
Name
Gets or sets the NetBIOS name of the replication group member.
public string Name { get; set; }
Property Value
OutgoingConnections
Gets or sets the number of outgoing connections.
public int OutgoingConnections { get; set; }
Property Value
State
Gets or sets the state of the replication group member.
public ActiveDirectoryDfsReplicationState State { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember object.
public ActiveDirectoryDfsReplicationMember Clone()
Returns
- ActiveDirectoryDfsReplicationMember
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember object.
CompareTo(ActiveDirectoryDfsReplicationMember)
Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember objects to allow sorting alphabetically by name.
public int CompareTo(ActiveDirectoryDfsReplicationMember other)
Parameters
other
ActiveDirectoryDfsReplicationMemberThe CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember object to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember objects.