Class ActiveDirectoryReplicationSubnets
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory replication subnets.
public class ActiveDirectoryReplicationSubnets : BypassSection
- Inheritance
-
ActiveDirectoryReplicationSubnets
- Inherited Members
Constructors
ActiveDirectoryReplicationSubnets()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSubnets class.
public ActiveDirectoryReplicationSubnets()
Properties
Items
Gets or sets the items in the collection.
public ActiveDirectoryReplicationSubnetCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the Active Directory replication subnets as a human readable string.
public override string ToString()
Returns
- string
The Active Directory replication subnets as a human readable string.