Class ActiveDirectoryDomainHierarchy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory domain hierarchy.
public class ActiveDirectoryDomainHierarchy : BypassSection
- Inheritance
-
ActiveDirectoryDomainHierarchy
- Inherited Members
Constructors
ActiveDirectoryDomainHierarchy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainHierarchy class.
public ActiveDirectoryDomainHierarchy()
Properties
Domain
Gets or sets the Active Directory domain hierarchy domain.
public ActiveDirectoryDomainHierarchyDomain Domain { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainHierarchy class from the specified XML.
public static ActiveDirectoryDomainHierarchy FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ActiveDirectoryDomainHierarchy
A CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainHierarchy class.
ToString()
Returns the Active Directory domain hierarchy as a human readable string.
public override string ToString()
Returns
- string
The Active Directory domain hierarchy as a human readable string.