Table of Contents

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

string

DnsName

Gets or sets the fully qualified domain name of the member.

public string DnsName { get; set; }

Property Value

string

DomainName

Gets or sets the domain name of the member.

public string DomainName { get; set; }

Property Value

string

Identifier

Gets or sets the identifier of the replication group member.

public Guid Identifier { get; set; }

Property Value

Guid

IncomingConnections

Gets or sets the number of incoming connections.

public int IncomingConnections { get; set; }

Property Value

int

IsClusterNode

Gets or sets whether the member is a cluster node.

public BooleanOption IsClusterNode { get; set; }

Property Value

BooleanOption

Memberships

Gets or sets the memberships of the member.

public ActiveDirectoryDfsReplicationMemberships Memberships { get; set; }

Property Value

ActiveDirectoryDfsReplicationMemberships

Name

Gets or sets the NetBIOS name of the replication group member.

public string Name { get; set; }

Property Value

string

OutgoingConnections

Gets or sets the number of outgoing connections.

public int OutgoingConnections { get; set; }

Property Value

int

State

Gets or sets the state of the replication group member.

public ActiveDirectoryDfsReplicationState State { get; set; }

Property Value

ActiveDirectoryDfsReplicationState

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 ActiveDirectoryDfsReplicationMember

The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember object to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember objects.