Class TerminalServerSettingSource
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the source of an individual terminal service configuration setting, whether it was configured on the Server, Group Policy or is a default setting.
public class TerminalServerSettingSource : GlobalSerializableClassicBase, IComparable<TerminalServerSettingSource>
- Inheritance
-
TerminalServerSettingSource
- Implements
Constructors
TerminalServerSettingSource()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerSettingSource class.
public TerminalServerSettingSource()
Properties
PropertyName
Gets or sets the property to which this policy source relates.
public string PropertyName { get; set; }
Property Value
SourceType
Gets or sets the source of the configuration setting.
public TerminalServerPolicySourceType SourceType { get; set; }
Property Value
Methods
CompareTo(TerminalServerSettingSource)
Compares two terminal server setting sources to allow sorting alphabetically by property name.
public int CompareTo(TerminalServerSettingSource other)
Parameters
Returns
ToString()
Returns this setting source as a human readable string in the format "PropertyName [SourceType]".
public override string ToString()
Returns
- string
This setting source as a human readable string.