Enum TerminalServerAccountOverridePolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the policy of whether a setting configured by Active Directory should be overridden by the server.
public enum TerminalServerAccountOverridePolicy
Fields
ActiveDirectory = 1
The settings configured on the user's account in Active Directory are in force.
ServerOverride = 0
The server settings override the settings configured in Active Directory.
Unknown = 1024
The policy setting is unknown.