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 = 3
Always use DirectAccess.
NetworkIdentifier = 2
Determines that network identifier determine when DirectAccess settings are to be used (recommended).
NeverDirectAccess = 4
Never use DirectAccess.
NotSet = 1
The setting is not configured.
Unknown = 0
The setting is unknown.