Class XenDesktopPolicies
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the XenDesktop policies configured within the site.
public class XenDesktopPolicies : BypassSection
- Inheritance
-
XenDesktopPolicies
- Inherited Members
Constructors
XenDesktopPolicies()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopPolicies class.
public XenDesktopPolicies()
Properties
ComputerPolicies
Gets or sets the computer policies configured in the site.
public XenDesktopPolicyCollection ComputerPolicies { get; set; }
Property Value
HasMergeFailures
Gets whether any policies within the collection contain merge discrepancies.
public bool HasMergeFailures { get; }
Property Value
Policies
Gets or sets the merged policies.
public XenDesktopPolicyCollection Policies { get; set; }
Property Value
Remarks
The first pass merges computer polices into all user policies. The second pass in corporates any computer only policies.
UserPolicies
Gets or sets the user policies configured in the site.
public XenDesktopPolicyCollection UserPolicies { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.XenDesktopPolicies class from the specified XML.
public static XenDesktopPolicies FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- XenDesktopPolicies
A CENTREL.XIA.Configuration.Types.XenDesktopPolicies class.
ToString()
Returns the XenDesktop policies as a human readable string.
public override string ToString()
Returns
- string
The XenDesktop policies as a human readable string.