Class ActiveDirectoryDfs
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory domain controllers.
public class ActiveDirectoryDfs : BaseTypeSection
- Inheritance
-
ActiveDirectoryDfs
Constructors
ActiveDirectoryDfs()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfs class.
public ActiveDirectoryDfs()
Properties
DfsFolderTargets
Gets all DFS folder targets regardless of the folder to which the folder target belongs.
public ActiveDirectoryDfsFolderTargetCollection DfsFolderTargets { get; }
Property Value
DfsFolders
Gets all DFS folders regardless of the namespace to which the folder belongs.
public ActiveDirectoryDfsFolderCollection DfsFolders { get; }
Property Value
DfsNamespaces
Gets or sets the configured namespaces.
public ActiveDirectoryDfsNamespaces DfsNamespaces { get; set; }
Property Value
DfsReplicatedFolders
Gets all DFS replicated folders regardless of the replication group to which the replicated folder belongs.
public ActiveDirectoryDfsReplicatedFolderCollection DfsReplicatedFolders { get; }
Property Value
DfsReplicationConnections
Gets all DFS replication connections regardless of the replication group to which the replication connection belongs.
public ActiveDirectoryDfsReplicationConnectionCollection DfsReplicationConnections { get; }
Property Value
DfsReplicationGroups
Gets or sets the configured replication groups.
public ActiveDirectoryDfsReplicationGroups DfsReplicationGroups { get; set; }
Property Value
DfsReplicationMembers
Gets all DFS replication members regardless of the replication group to which the replication member belongs.
public ActiveDirectoryDfsReplicationMemberCollection DfsReplicationMembers { get; }
Property Value
DfsReplicationMemberships
Gets all DFS replication memberships regardless of the replication group or member to which the replication membership belongs.
public ActiveDirectoryDfsReplicationMembershipCollection DfsReplicationMemberships { get; }
Property Value
DfsServers
Gets all DFS servers regardless of the namespace to which the server belongs.
public ActiveDirectoryDfsServerCollection DfsServers { get; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfs class from the specified XML.
public static ActiveDirectoryDfs FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ActiveDirectoryDfs
A CENTREL.XIA.Configuration.Types.ActiveDirectoryDfs class.