Enum GroupPolicyNameResolutionNetworkLocationDependency
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the network location dependency setting for the name resolution policy.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyNameResolutionNetworkLocationDependency
Fields
AlwaysDirectAccess = 3Always use DirectAccess.
NetworkIdentifier = 2Determines that network identifier determine when DirectAccess settings are to be used (recommended).
NeverDirectAccess = 4Never use DirectAccess.
NotSet = 1The setting is not configured.
Unknown = 0The setting is unknown.