Table of Contents

Class XenDesktopSiteLogEntries

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the of XenDesktop site log entries.

public class XenDesktopSiteLogEntries : BypassSection
Inheritance
XenDesktopSiteLogEntries
Inherited Members

Constructors

XenDesktopSiteLogEntries()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopSiteLogEntries class.

public XenDesktopSiteLogEntries()

Properties

Items

Gets or sets the items in the collection.

public XenDesktopSiteLogEntryCollection Items { get; set; }

Property Value

XenDesktopSiteLogEntryCollection

Methods

ToString()

Returns the log entries as a human readable string.

public override string ToString()

Returns

string

The log entries as a human readable string.