Class ExchangeServerStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents status information for an Exchange server in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeServerStatus : BypassSection
- Inheritance
-
ExchangeServerStatus
- Inherited Members
Constructors
ExchangeServerStatus()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerStatus class.
public ExchangeServerStatus()
Properties
CurrentConfigDomainController
Gets or sets the domain controller in use by this server at the time of the scan.
public string CurrentConfigDomainController { get; set; }
Property Value
CurrentDomainControllers
Gets or sets the domain controllers in use by this server at the time of the scan.
public SerializableStringCollection CurrentDomainControllers { get; set; }
Property Value
- SerializableStringCollection
CurrentGlobalCatalogs
Gets or sets the global catalogs in use by this server at the time of the scan.
public SerializableStringCollection CurrentGlobalCatalogs { get; set; }
Property Value
- SerializableStringCollection
ErrorReportingEnabled
Gets or sets wheter to automatically send fatal service error report to Microsoft.
public BooleanOption ErrorReportingEnabled { get; set; }
Property Value
StaticConfigDomainController
Gets or sets the statically configured domain controller.
public string StaticConfigDomainController { get; set; }
Property Value
StaticDomainControllers
Gets or sets the statically configured domain controllers.
public SerializableStringCollection StaticDomainControllers { get; set; }
Property Value
- SerializableStringCollection
StaticExcludedDomainControllers
Gets or sets the statically excluded domain controllers.
public SerializableStringCollection StaticExcludedDomainControllers { get; set; }
Property Value
- SerializableStringCollection
StaticGlobalCatalogs
Gets or sets the statically configured global catalog servers.
public SerializableStringCollection StaticGlobalCatalogs { get; set; }
Property Value
- SerializableStringCollection
Methods
ToString()
Returns the Exchange server status as a human readable string.
public override string ToString()
Returns
- string
The Exchange server status as a human readable string.