Class GroupPolicyNameResolutionPolicyGlobalSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy name resolution policy global settings.
public class GroupPolicyNameResolutionPolicyGlobalSettings : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyNameResolutionPolicyGlobalSettings
Constructors
GroupPolicyNameResolutionPolicyGlobalSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyNameResolutionPolicyGlobalSettings class.
public GroupPolicyNameResolutionPolicyGlobalSettings()
Properties
NetworkLocationDependency
Gets or sets the network location dependency setting.
public GroupPolicyNameResolutionNetworkLocationDependency NetworkLocationDependency { get; set; }
Property Value
QueryFailureFallback
Gets or sets the query failure fallback setting.
public GroupPolicyNameResolutionQueryFailureFallbackSetting QueryFailureFallback { get; set; }
Property Value
QueryResolution
Gets or sets the query resolution setting.
public GroupPolicyNameResolutionQueryResolutionSetting QueryResolution { get; set; }