Table of Contents

Enum ActiveDirectoryGroupPolicyLinkedObjectType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the type of object to which a Group Policy link is linked.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryGroupPolicyLinkedObjectType

Fields

Domain = 1

The linked object is an Active Directory domain.

OrganizationalUnit = 2

The linked object is an organizational unit.

ReplicationSite = 3

The linked object is a replication site.

Unknown = 0

The object type is unknown.