Table of Contents

Class GroupPolicyApplicationControlPolicyConditions

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

Represents a collection of Active Directory Group Policy application control policy conditions.

public class GroupPolicyApplicationControlPolicyConditions : GlobalSerializableClassicBase
Inheritance
GroupPolicyApplicationControlPolicyConditions

Constructors

GroupPolicyApplicationControlPolicyConditions()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyConditions class.

public GroupPolicyApplicationControlPolicyConditions()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyApplicationControlPolicyConditionCollection Items { get; set; }

Property Value

GroupPolicyApplicationControlPolicyConditionCollection

Methods

ToString()

Returns the conditions as a human readable string.

public override string ToString()

Returns

string

The conditions as a human readable string.