Class XenDesktopSiteLoggingConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the site logging configuration for a XenDesktop site.
public class XenDesktopSiteLoggingConfiguration : GlobalSerializableClassicBase
- Inheritance
-
XenDesktopSiteLoggingConfiguration
Constructors
XenDesktopSiteLoggingConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopSiteLoggingConfiguration class.
public XenDesktopSiteLoggingConfiguration()
Properties
ConnectionString
Gets or sets the connection string for the logging database - for example "Server=CORP-SQL\CITRIX;Initial Catalog=Logging;Integrated Security=True".
public string ConnectionString { get; set; }
Property Value
DatabaseName
Gets or sets the logging database name.
public string DatabaseName { get; set; }
Property Value
Enabled
Gets whether logging is enabled for the site.
public BooleanOption Enabled { get; set; }
Property Value
Entries
Gets or sets the log entries read at the time of the scan.
public XenDesktopSiteLogEntries Entries { get; set; }
Property Value
InstanceName
Gets or sets the instance name used for logging.
public string InstanceName { get; set; }
Property Value
State
Gets or sets the state of logging for the site.
public XenDesktopSiteLoggingState State { get; set; }
Property Value
StateString
Gets the state of logging for the site as a human readable string.
public string StateString { get; set; }
Property Value
Status
Gets or sets the status of the database at the time of the scan.
public XenDesktopSiteLoggingDatabaseStatus Status { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.XenDesktopSiteLoggingConfiguration class from the specified XML.
public static XenDesktopSiteLoggingConfiguration FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- XenDesktopSiteLoggingConfiguration
A CENTREL.XIA.Configuration.Types.XenDesktopSiteLoggingConfiguration class.
ToString()
Returns the site logging configuration as a human readable string.
public override string ToString()
Returns
- string
The site logging configuration as a human readable string.