Class GroupPolicyApplicationControlPolicyRules
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory Group Policy application control policy rules.
public class GroupPolicyApplicationControlPolicyRules : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyApplicationControlPolicyRules
Constructors
GroupPolicyApplicationControlPolicyRules()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyRules class.
public GroupPolicyApplicationControlPolicyRules()
Properties
CollectionType
Gets or sets the rules collection type.
public GroupPolicyApplicationControlPolicyRulesCollectionType CollectionType { get; set; }
Property Value
EnforcementMode
Gets or sets the enforcement mode.
public GroupPolicyApplicationControlPolicyEnforcementMode EnforcementMode { get; set; }
Property Value
Identifier
Gets or sets the unique identifier of the rules collection.
public Guid Identifier { get; set; }
Property Value
Items
Gets or sets the items in the collection.
public GroupPolicyApplicationControlPolicyRuleCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the Group Policy application control policy rules as a human readable string.
public override string ToString()
Returns
- string
The Group Policy application control policy rules as a human readable string.