Table of Contents

Class ActiveDirectoryReplicationSubnet

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory replication subnet.

public class ActiveDirectoryReplicationSubnet : ActiveDirectoryObjectBase, IComparable<ActiveDirectoryObjectBase>
Inheritance
ActiveDirectoryReplicationSubnet
Implements
Inherited Members

Constructors

ActiveDirectoryReplicationSubnet()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSubnet class.

public ActiveDirectoryReplicationSubnet()

Properties

Location

Gets or sets the location of the subnet.

public string Location { get; set; }

Property Value

string

SiteName

Gets or sets the name of the site associated with the subnet.

public string SiteName { get; set; }

Property Value

string

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSubnet object.

public ActiveDirectoryReplicationSubnet Clone()

Returns

ActiveDirectoryReplicationSubnet

A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSubnet object.